Skip to content

Add build badge to README #2

Add build badge to README

Add build badge to README #2

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Tests
working-directory: development-environment
run: ./test.sh