Skip to content

Commit

Permalink
Update lint-and-build.yaml to include Go files and Go module files in…
Browse files Browse the repository at this point in the history
… CI workflow
  • Loading branch information
RyuaNerin committed Aug 17, 2024
1 parent bdd69df commit ca8b94e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ name: Lint

on:
push:
paths:
- '**/*.go'
- '**/*.s'
- 'go.mod'
- 'go.sum'
pull_request:
paths:
- '**/*.go'
- '**/*.s'
- 'go.mod'
- 'go.sum'

permissions:
contents: read
Expand Down

0 comments on commit ca8b94e

Please sign in to comment.