Skip to content

Allow CI failure on pre-release and nightly #816

Allow CI failure on pre-release and nightly

Allow CI failure on pre-release and nightly #816

Workflow file for this run

name: Format Suggestions
on:
push:
branches:
- main
tags: '*'
pull_request:
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v3