Skip to content

Create ah.png

Create ah.png #5

Workflow file for this run

name: Pull Request Validation
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm start