Skip to content

Add initial setup for GenX #3

Add initial setup for GenX

Add initial setup for GenX #3

Workflow file for this run

name: GenX
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- uses: actions/checkout@v4
- name: Install
run: julia --project=GenX -e 'import Pkg; Pkg.instantiate()'
- name:
shell: julia --color=yes {0}
run: |