Skip to content

Structural changes; deleted count.go and words.go #20

Structural changes; deleted count.go and words.go

Structural changes; deleted count.go and words.go #20

Workflow file for this run

name: Go Test
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21