Skip to content

chore(deps): bump ruby/setup-ruby from 1.280.0 to 1.283.0 #685

chore(deps): bump ruby/setup-ruby from 1.280.0 to 1.283.0

chore(deps): bump ruby/setup-ruby from 1.280.0 to 1.283.0 #685

Workflow file for this run

---
name: "lint"
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- "*"
push:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
hadolint:
name: hadolint
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v6
- name: Run hadolint
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
markdown-lint:
name: markdown-lint
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v6
- name: Run markdown-lint
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb
with:
config: ".github/linters/.markdown-lint.yml"
args: "./README.md"
shellcheck:
name: shellcheck
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v6
- name: Run shellcheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
env:
SHELLCHECK_OPTS: -s bash
shfmt:
name: shfmt
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v6
- name: Run shfmt
uses: luizm/action-sh-checker@883217215b11c1fabbf00eb1a9a041f62d74c744
env:
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
SHFMT_OPTS: -l -d -i 2
with:
sh_checker_shellcheck_disable: true
sh_checker_comment: true
yamllint:
name: yamllint
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v6
- name: Run yamllint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c
with:
config_file: ".github/linters/.yamllint.yml"