Skip to content

ci: wrong typing

ci: wrong typing #4

Workflow file for this run

name: ci-golang-workflow
on: [push]
jobs:
check-application:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
- run: go test
- run: go run math.go