Skip to content

Updated YAML file

Updated YAML file #8

Workflow file for this run

name: Check if it builds
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.22'
- name: Build portage
run: go build -o portage main.go