Skip to content

Update secondTicket.md to reword the guidance and remove node comment #36

Update secondTicket.md to reword the guidance and remove node comment

Update secondTicket.md to reword the guidance and remove node comment #36

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