forked from open-policy-agent/gatekeeper
-
Notifications
You must be signed in to change notification settings - Fork 2
43 lines (38 loc) · 936 Bytes
/
lint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# name: lint
# on:
# push:
# branches:
# - master
# paths-ignore:
# - ".github/workflows/website.yaml"
# - "docs/**"
# - "library/**"
# - "demo/**"
# - "deprecated/**"
# - "example/**"
# - "website/**"
# - "**.md"
# pull_request:
# branches:
# - master
# paths-ignore:
# - ".github/workflows/website.yaml"
# - "docs/**"
# - "library/**"
# - "demo/**"
# - "deprecated/**"
# - "example/**"
# - "website/**"
# - "**.md"
# permissions: read-all
# jobs:
# lint:
# runs-on: ubuntu-22.04
# steps:
# - name: Harden Runner
# uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
# with:
# egress-policy: audit
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# - name: lint
# run: make lint