Skip to content

roll: go

roll: go #301

Workflow file for this run

name: lintformat
on:
push
jobs:
lintformat:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Bootstrap
run: pw_env_setup/run.sh bootstrap.sh
- name: lint/format
run: pw presubmit --program lintformat --full --keep-going