Skip to content

build(deps): bump jdx/mise-action from 4 to 4.2.3 #298

build(deps): bump jdx/mise-action from 4 to 4.2.3

build(deps): bump jdx/mise-action from 4 to 4.2.3 #298

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
codespell:
uses: ./.github/workflows/codespell.yml
secrets: inherit
base_tests:
needs: [lint, codespell]
uses: ./.github/workflows/base-test.yml
permissions:
contents: read
checks: write
secrets: inherit
windows_tests:
needs: [lint, codespell]
uses: ./.github/workflows/windows-test.yml
secrets: inherit
build:
needs: [lint, codespell]
uses: ./.github/workflows/build.yml
secrets: inherit