Skip to content

feat: The user can view the program that embodies the variable part (e.g. <3-5>) of the problem (program template) #112

feat: The user can view the program that embodies the variable part (e.g. <3-5>) of the problem (program template)

feat: The user can view the program that embodies the variable part (e.g. <3-5>) of the problem (program template) #112

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- '**.md'
- '**/docs/**'
push:
branches:
- main
- wbfy
paths-ignore:
- '**.md'
- '**/docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: exKAZUu-Research/reusable-workflows/.github/workflows/test.yml@main
with:
github_hosted_runner: true
secrets:
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}