Skip to content

Merge pull request #6 from manyfold3d/fix-granted-to-with-relation #37

Merge pull request #6 from manyfold3d/fix-granted-to-with-relation

Merge pull request #6 from manyfold3d/fix-granted-to-with-relation #37

Workflow file for this run

name: Ruby
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run tests
run: bundle exec rake spec
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Lint Ruby code
run: bundle exec standardrb