Skip to content

Merge pull request #152 from http-tests/dependabot/github_actions/act… #298

Merge pull request #152 from http-tests/dependabot/github_actions/act…

Merge pull request #152 from http-tests/dependabot/github_actions/act… #298

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '14'
- run: npm install -g standard
- run: npm install ajv
- run: npm run lint
- run: npm run validate