Skip to content

Update index.html

Update index.html #15

Workflow file for this run

name: Run tests
on:
pull_request:
branches: ['*']
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Run unit tests
run: exit 0