Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbok committed Jul 21, 2023
1 parent 52f1c50 commit 60ec32f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ jobs:
lint-snippets:
runs-on: ubuntu-latest
steps:
- run: echo "$PWD"
- name: Display the path
run: echo $PATH
shell: bash
- run: bash ${GITHUB_WORKSPACE}/.github/workflows/lint.sh
compile-snippets:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 60ec32f

Please sign in to comment.