Skip to content

imp(contracts): Add contracts directory and compilation script #63

imp(contracts): Add contracts directory and compilation script

imp(contracts): Add contracts directory and compilation script #63

Workflow file for this run

name: Changelog Linter
on:
pull_request:
branches:
- main
- release/**
permissions: read-all
jobs:
check_diff:
runs-on: ubuntu-latest
steps:
- name: Check Changelog for changes
uses: tarides/changelog-check-action@v3
with:
changelog: CHANGELOG.md
lint_changelog:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run changelog linter
uses: MalteHerrmann/changelog-lint-action@0918ef12e6dc06adce0743e1c6c13707a7c20323