mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
unify workflow code styles
This commit is contained in:
parent
51eff47614
commit
8d98b9f1e1
2 changed files with 4 additions and 2 deletions
5
.github/workflows/eslint.yml
vendored
5
.github/workflows/eslint.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.github/workflows/test-results.yml
vendored
1
.github/workflows/test-results.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
workflows: ["Tests"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue