Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: documented SPDX build_hooks workflow #833

Merged
merged 4 commits into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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