Skip to content

Merge pull request #81 from jekyll/dependabot/github_actions/actions/… #167

Merge pull request #81 from jekyll/dependabot/github_actions/actions/…

Merge pull request #81 from jekyll/dependabot/github_actions/actions/… #167

Workflow file for this run

name: ci
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Run
run: make test