Skip to content

Bump peter-evans/create-pull-request from 000e3c600203cb255d83817abb762ece92981dc9 to 8c75f4ab5fd3ac90814032241d54008c690ed855 #301

Bump peter-evans/create-pull-request from 000e3c600203cb255d83817abb762ece92981dc9 to 8c75f4ab5fd3ac90814032241d54008c690ed855

Bump peter-evans/create-pull-request from 000e3c600203cb255d83817abb762ece92981dc9 to 8c75f4ab5fd3ac90814032241d54008c690ed855 #301

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- name: bootstrap
run: script/bootstrap
- name: test
run: script/cibuild
- name: lint
run: script/lint