Skip to content

Fixed castling rights error when a rook takes a rook #61

Fixed castling rights error when a rook takes a rook

Fixed castling rights error when a rook takes a rook #61

Workflow file for this run

name: Bishop Package Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: dart:latest
steps:
- uses: actions/checkout@v2
- name: Print Dart SDK version
run: dart --version
- name: Install dependencies
run: dart pub get
- name: Run Tests
run: dart test test