We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab211f commit 3572faeCopy full SHA for 3572fae
.github/workflows/shuttle-run.yml
@@ -0,0 +1,14 @@
1
+name: shuttle-run
2
+on:
3
+ pull_request:
4
+ branches: [ "main", "develop" ]
5
+
6
+jobs:
7
+ deploy-project:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout
11
+ uses: actions/checkout@v4
12
13
+ - name: Run shuttle project locally.
14
+ uses: denytwice/shuttle-run@v1.0
0 commit comments