Skip to content

Merge pull request #15 from anuragnegi000/anurag #15

Merge pull request #15 from anuragnegi000/anurag

Merge pull request #15 from anuragnegi000/anurag #15

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
linting:

Check failure on line 9 in .github/workflows/linting.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linting.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
name: Linting
runs-on: ubuntu-latest
steps:
-uses: actions/checkout@v2
- name: Install npm packages
run: npm install --force
- name: Code linting
run: npm run lint