Faster convert for uv_write, no huge boiler-plate assembly, and not throw InexactError potentially while printing #3361
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
with: | |
persist-credentials: false | |
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0 | |
with: | |
version: '1' | |
- name: Check whitespace | |
run: | | |
contrib/check-whitespace.jl |