Skip to content

Update README.md

Update README.md #109

Workflow file for this run

# Run Security, Simple checks, Typo, Build. Copy into any repo's .github/workflows/ to use.
name: Simple tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
security-analysis:
name: Security Analysis
uses: effectorHQ/.github/.github/workflows/security-analysis.yml@main
simple-checks:
name: Simple checks
uses: effectorHQ/.github/.github/workflows/simple-checks.yml@main
typo:
name: Typo
uses: effectorHQ/.github/.github/workflows/typo.yml@main
build:
name: Build
uses: effectorHQ/.github/.github/workflows/build.yml@main