Skip to content

Commit

Permalink
docs: Small updates 🦃 (runatlantis#2711)
Browse files Browse the repository at this point in the history
* Add missing pages

* Update server-configuration.md

* Update test.yml

* Update lint.yml

* Update test.yml

* Update lint.yml

* Update server-configuration.md

* Update server-configuration.md

* Update server-configuration.md

* Update server-configuration.md

* Update server-configuration.md

* Update server-configuration.md

* Update server-configuration.md

* Update server-configuration.md
  • Loading branch information
nitrocode authored and krrrr38 committed Dec 16, 2022
1 parent 2e21d48 commit 090821c
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 30 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: linter

on: [pull_request]
on:
pull_request:
branches:
- "main"
paths-ignore:
- 'runatlantis.io/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
golangci-lint:
if: github.event.pull_request.draft == false
name: runner / golangci-lint
runs-on: ubuntu-22.04
steps:
Expand All @@ -20,6 +26,7 @@ jobs:

# Use revive via golangci-lint binary with "warning" level.
revive:
if: github.event.pull_request.draft == false
name: runner / revive
runs-on: ubuntu-22.04
steps:
Expand All @@ -34,6 +41,7 @@ jobs:

# You can add more and more supported linters with different config.
errcheck:
if: github.event.pull_request.draft == false
name: runner / errcheck
runs-on: ubuntu-22.04
steps:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@ on:
push:
branches:
- "main"
paths-ignore:
- 'runatlantis.io/**'
pull_request:
branches:
- "main"
paths-ignore:
- 'runatlantis.io/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
test:
if: github.event.pull_request.draft == false
name: runner / gotest
runs-on: ubuntu-22.04
container: ghcr.io/runatlantis/testing-env:2022.11.17
Expand Down
4 changes: 3 additions & 1 deletion runatlantis.io/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ module.exports = {
'checkout-strategy',
'terraform-versions',
'terraform-cloud',
'using-slack-hooks'
'using-slack-hooks',
'stats',
'faq'
]
},
{
Expand Down
Loading

0 comments on commit 090821c

Please sign in to comment.