Skip to content

docs(README): add meteor to huh? section #10

docs(README): add meteor to huh? section

docs(README): add meteor to huh? section #10

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize]
jobs:
test:
name: Run awesome linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npx awesome-lint README.md