Skip to content

ci: Add more archive formats for releases #886

ci: Add more archive formats for releases

ci: Add more archive formats for releases #886

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Kevin Matthes
# SPDX-FileCopyrightText: 2023 Shun Sakai
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
name: actionlint
on:
pull_request:
paths:
- .github/workflows/*.yaml
push:
paths:
- .github/workflows/*.yaml
permissions:
contents: read
jobs:
validation:
name: Validate
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Run linter
uses: docker://rhysd/actionlint:latest
with:
args: -color -verbose