Skip to content

prevent tabs from screaming at me in golang #32

prevent tabs from screaming at me in golang

prevent tabs from screaming at me in golang #32

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
ci:
name: run
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@main
- name: install
run: bash ./install.sh