Skip to content

Implement HotelCodeProvider #40

Implement HotelCodeProvider

Implement HotelCodeProvider #40

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.x
- run: go test -v ./...