Skip to content

Merge pull request #25 from paceaux/paceaux/issue24 #2

Merge pull request #25 from paceaux/paceaux/issue24

Merge pull request #25 from paceaux/paceaux/issue24 #2

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
run-all:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run test