Skip to content

Commit

Permalink
feat: ci lint features just for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nalajala4naresh committed Oct 13, 2024
1 parent cd6dd0a commit 2d326a5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ on: ["push", "pull_request"]
jobs:
ci:
name: "Run CI Lint"
strategy:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.23.x"]
runs-on: ${{ matrix.os }}
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2d326a5

Please sign in to comment.