Skip to content

feat: update to openapi 3.1 and fix errors #5

feat: update to openapi 3.1 and fix errors

feat: update to openapi 3.1 and fix errors #5

name: Lint
on:
pull_request:
jobs:
actionlint:
name: Actionlint
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Actionlint
env:
version: "1.7.7"
run: curl -Ls "https://github.com/rhysd/actionlint/releases/download/v${{ env.version }}/actionlint_${{ env.version }}_linux_amd64.tar.gz" | sudo tar -x -z -C /usr/local/bin actionlint
- name: Run Actionlint
run: |
echo "::add-matcher::.github/matcher-actionlint.json"
actionlint -color