Skip to content

Refactor/bug fixing 1 #163

Refactor/bug fixing 1

Refactor/bug fixing 1 #163

Workflow file for this run

name: Pull Request
on:
pull_request
permissions:
contents: write
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
needs: build