Skip to content

Refactor clash of code module and add get_question, play_test_cases a… #191

Refactor clash of code module and add get_question, play_test_cases a…

Refactor clash of code module and add get_question, play_test_cases a… #191

Workflow file for this run

name: Generate CHANGELOG.rst from docs/changelog.rst
on:
push:
branches:
- "*"
workflow_dispatch:
jobs:
generate-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/changelog
with:
token: ${{ secrets.GITHUB_TOKEN }}