Skip to content

lock before stdin.scan #5

lock before stdin.scan

lock before stdin.scan #5

Workflow file for this run

name: test and build
on:
push:
branches:
- "*"
jobs:
make:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Test
run: make test
- name: Build
run: make gohangout