Fettling.
This commit is contained in:
parent
ce0b0b3e3f
commit
bed9dc08d2
1 changed files with 0 additions and 28 deletions
28
.github/workflows/test.yml
vendored
28
.github/workflows/test.yml
vendored
|
@ -1,28 +0,0 @@
|
|||
name: Tests
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: "0 14 * * 2" # 2pm Patch Tuesday
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
trunk:
|
||||
name: Trunk Check Runner
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
checks: write # For trunk to post annotations
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: trunk-io/trunk-action@v1
|
Loading…
Reference in a new issue