Skip to content

Fix condition and fix in submodels #3616

Fix condition and fix in submodels

Fix condition and fix in submodels #3616

Workflow file for this run

name: Format
on:
push:
branches:
- main
pull_request:
merge_group:
types: [checks_requested]
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Format code
uses: TuringLang/actions/Format@main