Skip to content

Replace URLs with CasperLabs/... to casper-network/... #1017

Replace URLs with CasperLabs/... to casper-network/...

Replace URLs with CasperLabs/... to casper-network/... #1017

Workflow file for this run

---
name: lints
permissions:
contents: read
on:
push:
branches:
- dev
- trying
- staging
- 'release-**'
- 'feat-**'
paths:
- '**.md'
pull_request:
branches:
- dev
- 'release-**'
- 'feat-**'
paths:
- '**.md'
jobs:
lints:
name: lints
runs-on: ubuntu-latest
steps:
- run: 'echo "Markdown only change, no lints required"'