Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJeFi committed Feb 20, 2024
1 parent 5770175 commit 9545a83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/run_lichess.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
jobs:
example-job:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./scripts
steps:
- name: Make the script files executable
run: chmod +x ./lichess/script.sh
- name: Run the scripts
run: |
./lichess/script.sh

0 comments on commit 9545a83

Please sign in to comment.