Skip to content

Bump jdx/mise-action from 3.6.3 to 4.0.0 #37

Bump jdx/mise-action from 3.6.3 to 4.0.0

Bump jdx/mise-action from 3.6.3 to 4.0.0 #37

Workflow file for this run

name: Hygiene
on:
- push
- pull_request
permissions: read-all
jobs:
hygiene:
name: Hygiene
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set-up Mise
uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0.6.4.0.0
with:
cache: false
- run: make format-check
- run: make lint