Skip to content

feat: uses containerised core in unit tests #155

feat: uses containerised core in unit tests

feat: uses containerised core in unit tests #155

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint-pr-title:
name: Lint PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
# Enforces the update of a changelog file on every pull request
lint-changelog:
name: Enforce Changelogs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: "CHANGELOG.md"
skipLabels: "Skip-Changelog"