Skip to content

Merge pull request #680 from codetheweb/update-7.6.0 #117

Merge pull request #680 from codetheweb/update-7.6.0

Merge pull request #680 from codetheweb/update-7.6.0 #117

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install and cache dependencies
uses: bahmutov/npm-install@v1
- name: Run linter
run: npm run lint