Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit f4c1c5e

Browse files
committed
Fix: Workflow stuff...
1 parent 491171d commit f4c1c5e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/cloc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ permissions:
55
pull-requests: write
66

77
on:
8-
push:
9-
branches: [main, dev]
108
pull_request:
119
branches: [main, dev]
1210

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run npm install
1616
run: npm install
1717
- name: Check licenses
18-
uses: tangro/actions-license-check@1
18+
uses: tangro/actions-license-check@v1.0.14
1919
with:
2020
allowed-licenses: "MIT; ISC; Apache-2.0; Custom: https://www.telerik.com/kendo-angular-ui/; Custom: https://www.telerik.com/kendo-react-ui/; BSD"
2121
env:

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: npm ci --ignore-scripts
2020

2121
- name: Run prettier
22-
run: npm run pettier
22+
run: npm run prettier
2323

2424
- name: Run linter
2525
run: npm run lint

0 commit comments

Comments
 (0)