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 0aa327f commit 9b56fbbCopy full SHA for 9b56fbb
.github/workflows/lint.yml
@@ -17,12 +17,7 @@ jobs:
17
run: pip3 install flake8
18
19
- name: Set up reviewdog
20
- run: |
21
- mkdir -p "$HOME/bin"
22
- curl -sfL \
23
- https://github.com/reviewdog/reviewdog/raw/master/install.sh | \
24
- sh -s -- -b "$HOME/bin"
25
- echo "$HOME/bin" >> $GITHUB_PATH
+ uses: reviewdog/action-setup@v1
26
27
- name: Run flake8
28
env:
@@ -50,12 +45,7 @@ jobs:
50
45
sudo apt install caddy
51
46
52
47
53
54
55
56
57
58
48
59
49
60
- name: Run caddy validate
61
run: caddy validate
0 commit comments