Skip to content

feat: update README to fix tabs and link to blog post #38

feat: update README to fix tabs and link to blog post

feat: update README to fix tabs and link to blog post #38

Workflow file for this run

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test
- name: Test local action
id: test-action
uses: ./
with:
urls: https://johnnyreilly.com
name: Test
on:
pull_request: ~
push:
branches:
- main