Skip to content

Commit bee651b

Browse files
committed
Add initial GitHub Actions workflow for Plumber
1 parent e80e151 commit bee651b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/plumber.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Plumber
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
8+
permissions:
9+
contents: read
10+
security-events: write
11+
12+
jobs:
13+
plumber:
14+
runs-on: ubuntu-24.04
15+
steps:
16+
- uses: actions/checkout@v6
17+
- uses: getplumber/plumber@346a5299d477dc0a0e360521df7818c212bbe578
18+
with:
19+
score-push: false

0 commit comments

Comments
 (0)