Skip to content

fix(docs): fixed internal reatom.dev package links #474

fix(docs): fixed internal reatom.dev package links

fix(docs): fixed internal reatom.dev package links #474

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- uses: wagoid/[email protected]
with:
configFile: '.commitlintrc.json'