Skip to content

⬆️👷 Bump github/codeql-action from 2.20.4 to 3.26.7 #166

⬆️👷 Bump github/codeql-action from 2.20.4 to 3.26.7

⬆️👷 Bump github/codeql-action from 2.20.4 to 3.26.7 #166

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- uses: actions/cache@v3.0.11
with:
path: "./vendor/bundle"
key: v1/${{ runner.os }}/ruby-2.6/${{ hashFiles('**/Gemfile.lock') }}
restore-keys: v1/${{ runner.os }}/ruby-2.6/
- run: bundle exec rubocop