Skip to content

Update azure-static-web-apps-wonderful-sand-0e862300f.yml #3

Update azure-static-web-apps-wonderful-sand-0e862300f.yml

Update azure-static-web-apps-wonderful-sand-0e862300f.yml #3

Workflow file for this run

name: Lint
on: push
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm install
- name: Run linters
run: npm run lint