Skip to content

feat: Check the HTTP response for errors (#99) #46

feat: Check the HTTP response for errors (#99)

feat: Check the HTTP response for errors (#99) #46

Workflow file for this run

name: CI
on:
push:
branches:
- master
paths:
- 'src/**'
- 'tests/**'
concurrency:
group: ci
jobs:
check-branch:
uses: ./.github/workflows/check-branch.yaml
secrets: inherit