We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367c425 commit cc1aa85Copy full SHA for cc1aa85
1 file changed
.github/workflows/scancode.yaml
@@ -0,0 +1,19 @@
1
+# This workflow will build and test a golang project
2
+# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
3
+
4
+name: comp check
5
6
+on:
7
+ push:
8
9
+jobs:
10
11
+ build:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Use HTTPS instead of SSH for Git cloning
15
+ run: git config --global url.https://github.com/.insteadOf ssh://git@github.com/
16
+ - name: Checkout project
17
+ uses: actions/checkout@v5
18
+ - name: Run GitHub Action for ORT
19
+ uses: oss-review-toolkit/ort-ci-github-action@main
0 commit comments