Skip to content

Commit

Permalink
create CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Prrromanssss committed Feb 12, 2024
1 parent 539c81c commit 6eb94b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
golangci:
name: lint
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -25,5 +28,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.54
working-directory: backend
version: v1.54

0 comments on commit 6eb94b8

Please sign in to comment.