Skip to content

Simplify the develop CI/CD #1230

Simplify the develop CI/CD

Simplify the develop CI/CD #1230

Workflow file for this run

---
name: Develop
"on":
push:
branches:
- 'develop'
- 'feature/**'
- 'bugfix/**'
jobs:
linter:
name: Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
version: latest
install: true
cache: true
experimental: true
- name: Check scripts
run: mise run check