Skip to content

Finished clojure version #17

Finished clojure version

Finished clojure version #17

Workflow file for this run

# This workflow will run stuff on the perl version of tictactoe
name: Perl
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_perl
steps:
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.38"
- name: Check
run: perl -c tictactoe.pl
- name: Test
run: perl test_tictactoe.pl
- name: Run
run: perl tictactoe.pl -X 4 -O 4