Skip to content

ci: use Make task build in the pipeline #6

ci: use Make task build in the pipeline

ci: use Make task build in the pipeline #6

Workflow file for this run

name: main
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2.2"
bundler-cache: true
- run: make build