We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961fde2 commit 5160c5fCopy full SHA for 5160c5f
.github/workflows/terraform.yaml
@@ -5,7 +5,7 @@ on:
5
jobs:
6
checkfmt:
7
name: Format
8
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
9
steps:
10
- name: Checkout repository
11
uses: actions/checkout@v2
@@ -18,7 +18,7 @@ jobs:
18
19
validate:
20
name: Validate
21
22
23
24
@@ -31,7 +31,7 @@ jobs:
31
32
docs:
33
name: Docs
34
35
36
37
@@ -46,7 +46,7 @@ jobs:
46
47
lint:
48
name: Lint
49
50
51
52
0 commit comments