Skip to content

Merge pull request #229 from diowa/dependabot/github_actions/actions/… #171

Merge pull request #229 from diowa/dependabot/github_actions/actions/…

Merge pull request #229 from diowa/dependabot/github_actions/actions/… #171

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.4.10'
bundler-cache: true
- name: Run lints
run: bundle exec rake lint