Skip to content

Merge branch 'main' of github.com:vanityURLs/code #52

Merge branch 'main' of github.com:vanityURLs/code

Merge branch 'main' of github.com:vanityURLs/code #52

Workflow file for this run

name: check
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run check