Skip to content

chore(deps): update dependency @types/node to v20.12.11 #250

chore(deps): update dependency @types/node to v20.12.11

chore(deps): update dependency @types/node to v20.12.11 #250

Workflow file for this run

name: actionlint
on: [push, pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
${{ steps.get_actionlint.outputs.executable }} -color -ignore 'SC2078:'
shell: bash