Skip to content

refactor: move transit_realtime package #12

refactor: move transit_realtime package

refactor: move transit_realtime package #12

Workflow file for this run

name: main
on:
push:
branches:
- main
- v3
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.18'
- name: Test
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/[email protected]
with:
test-results: test.json