Skip to content

Update React and its types #606

Update React and its types

Update React and its types #606

Workflow file for this run

name: CI Backend
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: backend
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Test
run: go test ./...
- name: Build
run: go build