Skip to content

Bump @actions/core from 1.10.1 to 1.11.1 #131

Bump @actions/core from 1.10.1 to 1.11.1

Bump @actions/core from 1.10.1 to 1.11.1 #131

Workflow file for this run

name: Main
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run fmtcheck