We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
permissions
1 parent ed11758 commit 8581d3cCopy full SHA for 8581d3c
.github/workflows/lint-on-push-pr.yml
@@ -1,14 +1,14 @@
1
name: Lint pushes/PRs
2
on: [push, pull_request]
3
4
-permissions:
5
- contents: read
6
-
7
jobs:
8
9
eslint:
10
name: ESLint
11
runs-on: ubuntu-latest
+ permissions:
+ contents: read
+
12
steps:
13
14
- name: Checkout repository code
.github/workflows/sync-changes-to-gitlab.yml
@@ -4,13 +4,12 @@ on:
push:
branches: [master]
build:
if: (github.repository == 'awesome-scripts/awesome-userscripts')
env:
15
TZ: PST8PDT
16
0 commit comments