Skip to content

jlo-french-english-instructions #322

jlo-french-english-instructions

jlo-french-english-instructions #322

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: go mod tidy && go mod download
- name: Build
run: go build src/main/main.go