Skip to content

Commit

Permalink
saved
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbok committed Jul 21, 2023
1 parent b9bfe5e commit 52f1c50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "$PWD"
- run: bash ${GITHUB_WORKSPACE}/script.sh
- run: bash ${GITHUB_WORKSPACE}/.github/workflows/lint.sh
compile-snippets:
runs-on: ubuntu-latest
steps:
- run: bash ${GITHUB_WORKSPACE}/compile.sh
- run: bash ${GITHUB_WORKSPACE}/.github/workflows/compile.sh


0 comments on commit 52f1c50

Please sign in to comment.