Skip to content

Update http to https in a link and fix a typo in it's description #71

Update http to https in a link and fix a typo in it's description

Update http to https in a link and fix a typo in it's description #71

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Run awesome-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: latest
cache: npm
- run: npm ci
- run: npm test