File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ paths :
8
+ - docs/**
9
+ - **.md
10
+ - .github/workflows/docs-ci.yaml
11
+
7
12
pull_request :
13
+ paths :
14
+ - docs/**
15
+ - **.md
16
+ - .github/workflows/docs-ci.yaml
8
17
9
18
jobs :
10
19
docs :
11
20
runs-on : ubuntu-latest
12
21
steps :
13
22
- name : Checkout
14
23
uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
15
- with :
16
- fetch-depth : 0
17
24
18
25
- name : Setup Node
19
26
uses : ./.github/actions/setup-node
20
27
21
28
- uses : tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45.0.5
22
29
id : changed-files
23
30
with :
24
- files : " docs/**/*.md"
31
+ files : |
32
+ docs/**
33
+ README.md
25
34
separator : " ,"
26
35
27
36
- name : lint
Original file line number Diff line number Diff line change 1
- [ https://coder.com/docs/coder-oss/latest/ contributing/CODE_OF_CONDUCT ] ( https://coder.com/docs/contributing/CODE_OF_CONDUCT )
1
+ [ https://coder.com/docs/contributing/CODE_OF_CONDUCT ] ( https://coder.com/docs/contributing/CODE_OF_CONDUCT )
Original file line number Diff line number Diff line change 1
- https://coder.com/docs/CONTRIBUTING
1
+ [ https://coder.com/docs/CONTRIBUTING ] ( https://coder.com/docs/CONTRIBUTING )
Original file line number Diff line number Diff line change
1
+ <!-- markdownlint-disable MD024 -->
1
2
# IDP Sync
2
3
3
4
<blockquote class =" info " >
95
96
From the example above, users that belong to the ` myOIDCGroupID` group in your
96
97
OIDC provider will be added to the ` myCoderGroupName` group in Coder.
97
98
98
- [azure-gids]:
99
- https://github.com/MicrosoftDocs/azure-docs/issues/59766#issuecomment-664387195
100
-
101
99
# # Runtime (Organizations)
102
100
103
101
< blockquote class=" admonition note" >
You can’t perform that action at this time.
0 commit comments