Skip to content

Commit

Permalink
fix lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen917 committed Nov 27, 2023
1 parent 54df067 commit 60af7bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
golangci:
runs-on: ubuntu-20.04
steps:
- name: Checkout teleporter
uses: actions/checkout@v4
- name: Checkout repositories and submodules
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set Go version
run: |
Expand Down

0 comments on commit 60af7bb

Please sign in to comment.