Skip to content

CI: Add gemspec to RuboCop linting (#154) #116

CI: Add gemspec to RuboCop linting (#154)

CI: Add gemspec to RuboCop linting (#154) #116

Workflow file for this run

name: 'GitHub Action review'
on:
push:
branches: [ master, devel ]
paths:
- '.github/workflows/**'
pull_request:
branches: [ master, devel ]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1