Skip to content

chore: update renovatebot/github-action action to v40.1.6 #265

chore: update renovatebot/github-action action to v40.1.6

chore: update renovatebot/github-action action to v40.1.6 #265

Workflow file for this run

---
name: lint
on:
- pull_request
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run yamllint
uses: karancode/yamllint-github-action@master
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Run actionlint
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash