Skip to content

Set version to 1.4.0 and update doc deps #3

Set version to 1.4.0 and update doc deps

Set version to 1.4.0 and update doc deps #3

Workflow file for this run

# 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'