Skip to content

Fix usage of incorrect API endpoint to get station details #36

Fix usage of incorrect API endpoint to get station details

Fix usage of incorrect API endpoint to get station details #36

Workflow file for this run

---
name: PR Analysis
on:
pull_request:
branches:
- main
- develop
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
with:
build_test: false
coverage:
name: Coverage Report
needs:
- test
uses: ./.github/workflows/coverage.yml
secrets: inherit