Skip to content

chore(main): release @philostler.com/www 1.0.0 #16

chore(main): release @philostler.com/www 1.0.0

chore(main): release @philostler.com/www 1.0.0 #16

Workflow file for this run

name: Pull Request
on:
pull_request:
branches-ignore:
- [email protected]/www
jobs:
format:
name: Format
uses: ./.github/workflows/format.yml
lint:
name: Lint
uses: ./.github/workflows/lint.yml
build:
name: Build
needs: [format, lint]
uses: ./.github/workflows/build.yml