Skip to content

Commit

Permalink
avoid dupe lint run
Browse files Browse the repository at this point in the history
  • Loading branch information
asimpson committed Feb 22, 2024
1 parent 8a0a1f1 commit 784833b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@ jobs:
version: latest

- name: Check spelling
run: npx --yes [email protected] -c cspell.config.json "**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}"

- name: Lint backend
run: golangci-lint run --timeout=5m
run: npx --yes [email protected] -c cspell.config.json "**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}"

0 comments on commit 784833b

Please sign in to comment.