unify workflow code styles

This commit is contained in:
El RIDO 2025-10-10 15:08:35 +02:00
parent 51eff47614
commit 8d98b9f1e1
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,4 @@
name: ESLint Check
permissions:
contents: read
on:
push:
@ -14,6 +12,9 @@ on:
- 'js/package-lock.json'
- .github/workflows/eslint.yml
permissions:
contents: read
jobs:
eslint:
runs-on: ubuntu-latest

View file

@ -5,6 +5,7 @@ on:
workflows: ["Tests"]
types:
- completed
permissions: {}
jobs: