Skip to content

Commit

Permalink
Ignore yamllint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jan 18, 2025
1 parent 7d88a51 commit 1fad85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ runs:
repository: "uiua-lang/uiua"
latest: "${{ inputs.version == 'latest' }}"
tag: "${{ inputs.version == 'latest' && '' || inputs.version }}"
# yamllint disable-line rule:line-length
fileName: "uiua-bin-${{ startsWith(runner.arch, 'ARM') && 'aarch64' || 'x86_64' }}-${{ runner.os == 'macOS' && 'apple-darwin' || (runner.os == 'Windows' && 'pc-windows-msvc' || 'unknown-linux-gnu') }}.zip"
extract: "true"
out-file-path: "${{ steps.info.outputs.bin-dir }}"
Expand Down

0 comments on commit 1fad85c

Please sign in to comment.