Skip to content

Bibliothecary::Parsers::Go: pass "direct: true|false" back from go.mo… #10

Bibliothecary::Parsers::Go: pass "direct: true|false" back from go.mo…

Bibliothecary::Parsers::Go: pass "direct: true|false" back from go.mo… #10

Workflow file for this run

name: Bibliothecary CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake