Skip to content

chore: release v1.1.2 #57

chore: release v1.1.2

chore: release v1.1.2 #57

Workflow file for this run

name: autofix.ci # For security reasons, the workflow in which the autofix.ci action is used must be named "autofix.ci".
on:
pull_request:
types: [opened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1
- uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
with:
restore-cache: true
tools: just,cargo-shear@1,dprint
components: rustfmt
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version-file: .node-version
cache: pnpm
- run: pnpm install
- run: cargo codegen
- run: cargo shear --fix
- run: dprint fmt
- run: cargo fmt --all
- uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1.3.1