Skip to content

Update actions/checkout digest to 0ad4b8f #105

Update actions/checkout digest to 0ad4b8f

Update actions/checkout digest to 0ad4b8f #105

Workflow file for this run

name: Tracker&Griffin tests
on:
pull_request:
branches: [main, production]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: npm install
run: npm install
- name: build
run: npm run build
- name: run tests
run: npm run test
- name: lint
run: npm run lint