calvinchai is evaluating a new challenge entry #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Evaluate a new challenge entry | |
run-name: ${{ github.actor }} is evaluating a new challenge entry | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
IronTract-Evaluate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup Julia environment | |
uses: julia-actions/[email protected] | |
- name: Run | |
run: julia --project src/evaluate.jl |