clang
unvendor
This commit is contained in:
parent
9a4b261179
commit
404aa8ebbb
139 changed files with 8091 additions and 1178 deletions
16
06/.github/workflows/is-tested-enough.yml
vendored
Normal file
16
06/.github/workflows/is-tested-enough.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: "git notes Built-on: checks"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- staging
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- staging
|
||||
jobs:
|
||||
is-tested-enough:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: helpers/maint/is-tested-enough
|
Loading…
Add table
Add a link
Reference in a new issue