Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
DustTheory committed Sep 6, 2024
1 parent c7cf513 commit 566797a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
- name: grr
run: golangci-lint cache clean

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: latest
args: |
--timeout 5m
./ast
./lexer
./parser
./runtime
./object
./compiler

0 comments on commit 566797a

Please sign in to comment.