Skip to content

ci: copy over dunlop-api config to try and resolve release notes errors #101

ci: copy over dunlop-api config to try and resolve release notes errors

ci: copy over dunlop-api config to try and resolve release notes errors #101

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
name: Lint
runs-on: [self-hosted, general-ubuntu]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Pre-commit
uses: open-turo/action-pre-commit@v1
- name: Check release notes on pull_request
if: github.event_name == 'pull_request'
uses: open-turo/actions-release/lint-release-notes@v4
test:
name: Test
runs-on: ubuntu-latest
steps:
- run: echo no tests
shell: bash