Skip to content

Bump github/codeql-action from 4.37.4 to 4.37.6 in /.github/workflows #1222

Bump github/codeql-action from 4.37.4 to 4.37.6 in /.github/workflows

Bump github/codeql-action from 4.37.4 to 4.37.6 in /.github/workflows #1222

Workflow file for this run

name: Lint changes
on:
pull_request:
branches:
- 'main'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v7
with:
node-version-file: '.node-version'
- name: Install linters
run: |
npm install -g markdownlint-cli
- name: Run script/lint.rb
run: script/lint.rb