Skip to content

Commit

Permalink
Merge pull request #18 from sameoldlab/better-builds
Browse files Browse the repository at this point in the history
run lint without format
  • Loading branch information
sameoldlab authored May 7, 2024
2 parents 6b065e5 + 233aed8 commit 6535027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Run checks
run: pnpm check
run: pnpm lint

- name: Build
run: pnpm build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Run checks
run: pnpm check && pnpm build
run: pnpm lint && pnpm build

- name: Create Release Pull Request or Publish
id: changesets
Expand Down

0 comments on commit 6535027

Please sign in to comment.