mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
Merge branch 'main' into tee/pab/error-handling-get-tee-proofs-api
This commit is contained in:
commit
35db54779e
1 changed files with 5 additions and 2 deletions
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue