Skip to content

add horde support

add horde support #15

Workflow file for this run

'

Check failure on line 1 in .github/workflows/run_lichess.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/run_lichess.yaml

Invalid workflow file

You have an error in your yaml syntax on line 1
on:
push:
branches:
- "main"
jobs:
example-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run the scripts
run: |
cd lichess
sh script.sh
'