Skip to content

- updated testing badge #5

- updated testing badge

- updated testing badge #5

Workflow file for this run

name: Deploy
on:
pull_request:
branches:
- 'main'
jobs:
autoformatting:
uses: ./.github/workflows/autoformatting.yml
testing:
needs: autoformatting
uses: ./.github/workflows/testing.yml