Skip to content

Commit

Permalink
fix(monorepo): Resolve issue with autofix workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Dec 2, 2024
1 parent f10f349 commit 0fcf267
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
package-manager-version: 9.10.0
storm-bot-github-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}

- name: Build Storm Nx-Plugin packages
run: pnpm build-plugins
shell: bash

- uses: nrwl/nx-set-shas@v4
with:
main-branch-name: main
Expand All @@ -56,16 +52,16 @@ jobs:
shell: bash

- name: Run TOML linter
run: pnpm format-toml
run: pnpm exec taplo format --config="./node_modules/@storm-software/linting-tools/taplo/config.toml"

- name: Run Prettier linter
run: pnpm format-prettier
run: pnpm exec prettier --write --ignore-unknown --no-error-on-unmatched-pattern --config="./node_modules/@storm-software/prettier/config.json" --ignore-path="./node_modules/@storm-software/prettier/.prettierignore"

# - name: Run Knip linter
# run: pnpm lint-knip

- name: Run README formatter
run: pnpm format-readme
run: pnpm exec storm-git readme-gen --templates="./tools/readme-templates"

- name: Run Nx formatter
run: pnpm nx format:write
Expand Down

0 comments on commit 0fcf267

Please sign in to comment.