Skip to content

Bump actions/checkout from 4 to 6 #176

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #176

Workflow file for this run

name: "build"
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: |
npm ci
npm run all