Skip to content

Fix loading of fixtures #259

Fix loading of fixtures

Fix loading of fixtures #259

Workflow file for this run

---
name: Linting
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
jobs:
standardrb:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
- run: bundle exec rubocop