Skip to content

Commit

Permalink
change to self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Semyon Deev committed Dec 17, 2023
1 parent 86d4769 commit 687a891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ bin

# vscode
.vscode

# github runner
actions-runner

0 comments on commit 687a891

Please sign in to comment.