Skip to content

Commit ff3a0ce

Browse files
committed
comment out licence
1 parent 255be16 commit ff3a0ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ jobs:
122122
fi
123123
- name: Check licenses
124124
run: |
125-
make grant-scan
125+
echo "Not currently implemented"
126+
exit 0
127+
# make grant-scan
126128
- name: Run code lint
127129
run: |
128130
make lint

0 commit comments

Comments
 (0)