Skip to content

New translations en.yml (Finnish) #225

New translations en.yml (Finnish)

New translations en.yml (Finnish) #225

Workflow file for this run

name: "[CI] Lint"
on: [push, pull_request]
env:
CI: "true"
CODECOV: "true"
jobs:
lint:
name: Lint code
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: rokroskar/[email protected]
if: "github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop -P