We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d16782 commit 8f5a1e2Copy full SHA for 8f5a1e2
1 file changed
.github/workflows/validateOnly.yml
@@ -0,0 +1,22 @@
1
+
2
+name: "validateOnly jospicer action"
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
9
+jobs:
10
+ deploy:
11
+ if: ${{ github.ref == 'refs/heads/main' }}
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v2
15
16
+ - name: "Publish"
17
+ uses: joshspicer/devcontainer-action@v0
18
+ with:
19
+ validate-only: "true"
20
+ base-path-to-features: "./src"
21
+ env:
22
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments