Skip to content

Update thirdTicket.md #37

Update thirdTicket.md

Update thirdTicket.md #37

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
# A job to generate and publish code coverage
lint:
name: Run Lint on source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14"
- run: npm install
- run: npm run lint