Skip to content

Bump rubocop from 1.52.0 to 1.53.0 #31

Bump rubocop from 1.52.0 to 1.53.0

Bump rubocop from 1.52.0 to 1.53.0 #31

name: YAML Lint
on:
pull_request:
# If updating `paths-ignore` then update yamllint.yml to match
paths-ignore:
# From: https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
# Note: GHA requires "**" to match all files in the repository
- '**.yaml'
- '**.yml'
jobs:
yaml_lint:
name: Run yamllint
if: false
runs-on: ubuntu-latest
steps:
- run: echo "Do nothing"