Skip to content

[CI] Move tests on aarch64 linux to GitHub Actions #2295

[CI] Move tests on aarch64 linux to GitHub Actions

[CI] Move tests on aarch64 linux to GitHub Actions #2295

Workflow file for this run

name: Format Suggestions
on:
push:
branches:
- main
tags: '*'
paths:
- '.github/workflows/format-check.yml'
- '**/*.jl'
pull_request:
paths:
- '.github/workflows/format-check.yml'
- '**/*.jl'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: always.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v3