Skip to content

x86/sse: fix conditional compilation for Loongarch LSX #521

x86/sse: fix conditional compilation for Loongarch LSX

x86/sse: fix conditional compilation for Loongarch LSX #521

Workflow file for this run

name: Lint GitHub Actions workflows
on: [push, pull_request]
permissions: {}
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash