Skip to content

Commit

Permalink
Merge pull request #222 from matter-labs/license
Browse files Browse the repository at this point in the history
chore: update lint workflow actions
  • Loading branch information
pbeza authored Nov 27, 2024
2 parents 1a8a9f1 + 2c6a62a commit 73ce227
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: enarx/spdx@master
- uses: enarx/spdx@c3e8116ed31c31b3c2e58a26ba5cac407510ca37
with:
licenses: Apache-2.0 BSD-3-Clause MIT
licenses: |-
Apache-2.0
BSD-3-Clause
MIT
taplo:
name: taplo
Expand Down

0 comments on commit 73ce227

Please sign in to comment.