Skip to content

feat: support qq guild bot. (#29) #22

feat: support qq guild bot. (#29)

feat: support qq guild bot. (#29) #22

Workflow file for this run

name: Production
on:
push:
branches:
- master
paths-ignore:
- "**.md"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/check
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
test_unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test_unit