Skip to content

New Crowdin updates #85

New Crowdin updates

New Crowdin updates #85

Workflow file for this run

name: "[CI] Lint"
on:
push:
branches:
- main
pull_request:
env:
RUBY_VERSION: 2.7.5
jobs:
lint-report:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@master
with:
node-version: ${{ env.NODE_VERSION }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- run: bundle exec rubocop -P
name: Lint Ruby files