Skip to content

botonic-react: Header component with typescript #2018

botonic-react: Header component with typescript

botonic-react: Header component with typescript #2018

Workflow file for this run

#copied from https://github.com/pre-commit/action
name: pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-node@v2
- uses: pre-commit/action@v2.0.3
# this will push back fixes to the pull request branch.
with:
token: ${{ secrets.GITHUB_TOKEN }}