Skip to content

refactor: move webhook and api to http folder #55

refactor: move webhook and api to http folder

refactor: move webhook and api to http folder #55

Workflow file for this run

name: check
on:
workflow_dispatch: {}
pull_request: {}
push: {}
permissions:
contents: read
pull-requests: read
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21.5'
cache: false
- run: bash .github/check.sh