Skip to content

Limit the number of items to notify each time. #20

Limit the number of items to notify each time.

Limit the number of items to notify each time. #20

Workflow file for this run

name: Dev Linux
on:
pull_request:
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