Skip to content

[JuliaLowering] Fix issues reported by JETLS (#61357) #2903

[JuliaLowering] Fix issues reported by JETLS (#61357)

[JuliaLowering] Fix issues reported by JETLS (#61357) #2903

Workflow file for this run

name: Whitespace
permissions: {}
on:
push:
branches:
- master
pull_request:
jobs:
whitespace:
name: Check whitespace
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Checkout the JuliaLang/julia repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
with:
version: '1.11.6'
- name: Check whitespace
run: |
contrib/check-whitespace.jl