Skip to content

Migrate from Makefile to Justfile #210

Migrate from Makefile to Justfile

Migrate from Makefile to Justfile #210

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions: {}
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version-file: 'go.mod'
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4
with:
# renovate: datasource=github-releases depName=casey/just
just-version: '1.51.0'
- name: Run build
run: just build