Skip to content

Commit

Permalink
docs: documented sdpx build_hooks workflow (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored Oct 4, 2023
1 parent e30b629 commit 8124813
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/spdx_license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
defaults:
run:
working-directory: tool/spdx_license/hooks

runs-on: ubuntu-latest

# This job can be replaced by VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1,
# once the following issue is resolved:
# https://github.com/VeryGoodOpenSource/very_good_workflows/issues/150
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -56,7 +61,9 @@ jobs:
defaults:
run:
working-directory: tool/spdx_license

runs-on: ubuntu-latest

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8124813

Please sign in to comment.