Skip to content

pw_watch: Do not watch bazel-* symlinks #198

pw_watch: Do not watch bazel-* symlinks

pw_watch: Do not watch bazel-* symlinks #198

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