mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
unify workflow code styles
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user