Skip to content

Commit

Permalink
Test isolated
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Mar 20, 2024
1 parent 699fe2d commit 8e861b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lint
on: [workflow_call]
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
# cache: 'npm'
# cache-dependency-path: '**/package-lock.json'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: just vscode lint
- run: just vscode check-format
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yaml
# lint:
# uses: ./.github/workflows/lint.yaml
# Unit Tests
agent:
uses: ./.github/workflows/agent.yaml
Expand Down

0 comments on commit 8e861b6

Please sign in to comment.