Skip to content

chore(deps): update jdx/mise-action action to v3.5.1 #595

chore(deps): update jdx/mise-action action to v3.5.1

chore(deps): update jdx/mise-action action to v3.5.1 #595

Workflow file for this run

---
name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
fetch-depth: 0
- name: Load super-linter configuration
run: grep -v '^#' .github/super-linter.env | grep -v 'FIX_' >> "$GITHUB_ENV"
- name: Super-linter
uses: super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}