Skip to content

Bump actions/checkout from 3 to 4 #118

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #118

Workflow file for this run

name: Rubocop
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rubocop Linter Action
uses: andrewmcodes/rubocop-linter-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}