Skip to content

Feature/add firebase function integration #11

Feature/add firebase function integration

Feature/add firebase function integration #11

Workflow file for this run

name: Go CI
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: stable
- run: go mod tidy
- run: gofmt -l .
- run: go test ./...