Skip to content

Commit

Permalink
chore(CI): move linter to tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKepczynskiSauce committed Sep 18, 2024
1 parent 2e3bf13 commit 5ecacec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/linter.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: go test
name: Lint and Test

on:
push:
Expand All @@ -7,6 +7,18 @@ on:
pull_request:

jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
run-tests:
name: unit-tests
strategy:
Expand Down

0 comments on commit 5ecacec

Please sign in to comment.