Skip to content

Add missing HTTP status codes #12

Add missing HTTP status codes

Add missing HTTP status codes #12

Workflow file for this run

---
on:
workflow_dispatch:
push:
paths-ignore:
- 'debian/**'
branches:
- master
pull_request:
paths-ignore:
- 'debian/**'
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v4
- id: cache-ccache
uses: hendrikmuhs/ccache-action@v1
with:
key: ${{ matrix.os }}-${{ matrix.type }}
- name: Meson Build
uses: BSFishy/[email protected]
with:
action: build