Skip to content

1.13: Backport CI test time improvements #78

1.13: Backport CI test time improvements

1.13: Backport CI test time improvements #78

Workflow file for this run

name: Whitespace
permissions: {}
on:
push:
branches:
- main
pull_request:
jobs:
whitespace:
name: Check whitespace
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Checkout the JuliaSparse/SparseArrays.jl repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: julia-actions/setup-julia@f6f565d9f7cf12f53dc8045742460d6260ad3b39 # v3.0.1
with:
version: '1.11.6'
- name: Check whitespace
run: |
julia .ci/check-whitespace.jl