Skip to content

Hazard avoid and floodfill path choice #114

Hazard avoid and floodfill path choice

Hazard avoid and floodfill path choice #114

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
paths:
- '**.go'
pull_request:
branches: [ main ]
paths:
- '**.go'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.17
- name: Test
working-directory: ./snakes
run: go test -v ./...