Skip to content

Commit fc14511

Browse files
🩹 [Patch]: Align workflow settings on actions (#43)
## Description - 🩹 [Patch]: Align workflow settings on actions ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 5396998 commit fc14511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
permissions:
1212
contents: read
1313
packages: read
14-
statuses: write # To report GitHub Actions status checks
14+
statuses: write
1515

1616
jobs:
1717
Lint:

0 commit comments

Comments
 (0)