Skip to content

feat: add more fine grained scheduling #14

feat: add more fine grained scheduling

feat: add more fine grained scheduling #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
style:
timeout-minutes: 15
name: Check code formatting
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
with:
clean: false
fetch-depth: 0
- name: Remove untracked files
run: git clean -df
- name: Run code style check
uses: ./.github/actions/check_style