Skip to content

Merge pull request #31 from wanadev/dependabot/github_actions/JamesIv… #93

Merge pull request #31 from wanadev/dependabot/github_actions/JamesIv…

Merge pull request #31 from wanadev/dependabot/github_actions/JamesIv… #93

Workflow file for this run

name: "Lint and test"
on: [push, pull_request]
jobs:
build-and-test:
name: "Lint and test"
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4
- name: "Set up Node ${{ matrix.node-version }}"
uses: actions/setup-node@v4
with:
node-version: 18
- name: "Install dependencies"
run: |
npm install
- name: "Lint"
run: |
npm run lint