Skip to content

0.2.1: Reset success tag after job failure #22

0.2.1: Reset success tag after job failure

0.2.1: Reset success tag after job failure #22

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
rubocop:
name: "RuboCop"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Lint Ruby code with RuboCop
run: |
bundle exec rubocop