Skip to content

Update ci actions

Update ci actions #34

Workflow file for this run

name: "[CI] Lint"
on:
push:
branches:
- develop
- main
- release/*
pull_request:
env:
CI: "true"
CODECOV: "true"
jobs:
lint:
name: Lint code
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop -P