Skip to content

Renamed to Acme

Renamed to Acme #4

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
if: github.repository == 'acme/acme-go'
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
- run: |
go build ./...