Skip to content

Commit

Permalink
ci: skip lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 1, 2024
1 parent 374d859 commit 2ed1fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v4
- name: Run Dagger Pipelines
run: fluentci run deno_pipeline fmt lint test
run: fluentci run deno_pipeline fmt test
- name: Upload to Codecov
run: dagger run deno run -A src/dagger/runner.ts
env:
Expand Down

0 comments on commit 2ed1fe3

Please sign in to comment.