Skip to content

chore(deps): update jdx/mise-action action to v3 #49

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

chore(deps): update jdx/mise-action action to v3 #49

Workflow file for this run

name: 'formatting'
on:
push:
branches:
- main
- scip
pull_request:
jobs:
check:
runs-on: ubuntu-latest
name: check
steps:
- uses: actions/checkout@v3
- uses: jdx/[email protected]
with:
version: 2025.8.10
- run: npm install
- run: npm install
working-directory: packages/pyright-scip
- name: Check prettier formatting
run: npm run check:prettier
working-directory: packages/pyright-scip