Skip to content

Commit cabe54e

Browse files
authored
feat: Add license check job to tests workflow (#540)
Add a license check job to the GitHub Actions workflow.
1 parent 85340a7 commit cabe54e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ permissions:
77
contents: read
88

99
jobs:
10+
license-check:
11+
name: License Check
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: DevCycleHQ/license-action@main
16+
with:
17+
language: "javascript"
1018
run-tests:
1119
runs-on: ubicloud-standard-4
1220
strategy:

0 commit comments

Comments
 (0)