Skip to content

Releases: loliGothicK/rustfmt-check

v0.4.2

12 Feb 15:54
Compare
Choose a tag to compare

Release Note

  • Migrate to node20

v0.4.1

24 Jun 02:44
Compare
Choose a tag to compare

v0.4.0

22 Jun 09:51
Compare
Choose a tag to compare

New Action Inputs

  • toolchain:
    • now you can specify the Rust toolchain to use.

Example

jobs:
  rustfmt:
    name: rustfmt check
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - run: echo "date=$(date -d '1 month ago' +'%Y-%m-%d')" >> $GITHUB_ENV
      - uses: dtolnay/rust-toolchain@master
        with:
          toolchain: nightly-${{ env.date }}
          components: rustfmt
      - uses: LoliGothick/rustfmt-check@master
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          toolchain: nightly-${{ env.date }}
          flags: --all
          args: --config-path=./.cargo-husky/hooks/rustfmt.toml

v0.3.2

12 Apr 01:55
Compare
Choose a tag to compare

New Inputs

  • working-directory

v0.3.1

26 Mar 20:57
Compare
Choose a tag to compare

v0.3.0

25 Mar 17:25
Compare
Choose a tag to compare
feat: pack node16

rustfmt-check version 0.2.0

04 Jul 23:59
Compare
Choose a tag to compare

rustfmt-check version 0.1.10

04 Jul 23:08
Compare
Choose a tag to compare

This is a pre-release

rustfmt-check version 0.1.9

04 Jul 22:25
Compare
Choose a tag to compare

This is a pre-release

rustfmt-check version 0.1.8

04 Jul 21:53
Compare
Choose a tag to compare

This is a pre-release