Skip to content

Commit 8f5a1e2

Browse files
authored
Create validateOnly.yml
1 parent 8d16782 commit 8f5a1e2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/validateOnly.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)