Skip to content

Bump actions/create-github-app-token from 2.2.0 to 2.2.1 #1365

Bump actions/create-github-app-token from 2.2.0 to 2.2.1

Bump actions/create-github-app-token from 2.2.0 to 2.2.1 #1365

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test