Skip to content

Update README.md (#69) #92

Update README.md (#69)

Update README.md (#69) #92

Workflow file for this run

name: Push Action
on:
push:
branches:
- main
jobs:
linting:
uses: NoLoSay/NoLoApp/.github/workflows/front_end_linting.yml@main
testing:
needs: linting
uses: NoLoSay/NoLoApp/.github/workflows/run_tests.yml@main
secrets: inherit
documentation:
needs: [linting, testing]
uses: NoLoSay/NoLoApp/.github/workflows/generate_documentation.yml@main