Minor changes in transient_heat_equation.jl and change in notation of test functions #8
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Taken from https://github.com/JuliaDocs/Documenter.jl/blob/8591fb1c85a9ddc78ea7ae91f43cd4edab9c1252/.github/workflows/Changelog.yml | |
| # | |
| # Enforces the update of a changelog file on every pull request | |
| # Can be skipped with the `skip changelog` label | |
| name: Changelog Update Check | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled] | |
| jobs: | |
| changelog: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dangoslen/changelog-enforcer@v3 | |
| with: | |
| skipLabels: 'skip changelog' |