Skip to content

Update README.md

Update README.md #18

Workflow file for this run

name: Lint and Publish
on: push
jobs:
lint:
name: Run lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
echo "todo"