Skip to content

Fail rspec on unexpected DEPRECATION WARNING in CI #1268

Fail rspec on unexpected DEPRECATION WARNING in CI

Fail rspec on unexpected DEPRECATION WARNING in CI #1268

Workflow file for this run

name: Linting
on:
- pull_request
jobs:
yamllint:
name: Yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 4.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 4.0
- name: Yamllint
uses: karancode/yamllint-github-action@master
with:
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}