Skip to content

Commit

Permalink
ci: copy over dunlop-api config to try and resolve release notes errors
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljaltamirano committed Feb 13, 2024
1 parent d63a09b commit 2062dcb
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,18 @@ on:
push:

jobs:

release-notes:
name: Release notes preview
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- uses: open-turo/actions-release/lint-release-notes@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
NPM_TOKEN: ${{ secrets.OPEN_TURO_NPM_TOKEN }}

lint:
name: Lint
runs-on: ubuntu-latest
runs-on: [self-hosted, general-ubuntu]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: open-turo/action-pre-commit@v1
- 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
Expand Down

0 comments on commit 2062dcb

Please sign in to comment.