Skip to content

Commit 017a585

Browse files
Decaf Codedecafcode
authored andcommitted
chore: add pr workflow
1 parent e09d076 commit 017a585

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: PR
2+
on:
3+
pull_request: {}
4+
jobs:
5+
pr:
6+
runs-on: ubuntu-22.04
7+
steps:
8+
- name: Build Docker container
9+
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0

0 commit comments

Comments
 (0)