fix(deps): update dependency remark-external-links to v10 #3503
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
concurrency: | |
group: ${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
lint: | |
uses: browniebroke/github-actions/.github/workflows/ts-lint.yml@v1 | |
deploy: | |
uses: browniebroke/github-actions/.github/workflows/netlify-deploy.yml@main | |
with: | |
netlify_site_id: '2d3f146f-3ca0-4651-afa1-4fe16612de76' | |
secrets: | |
netlify_auth_token: ${{ secrets.NETLIFY_AUTH_TOKEN }} |