Skip to content

chore(deps): bump the github-actions group with 2 updates #26

chore(deps): bump the github-actions group with 2 updates

chore(deps): bump the github-actions group with 2 updates #26

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test