Skip to content

Merge branch 'main' of github.com:NoLoSay/NoLoApp #81

Merge branch 'main' of github.com:NoLoSay/NoLoApp

Merge branch 'main' of github.com:NoLoSay/NoLoApp #81

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