2024-08-05 16:05:57 +00:00
|
|
|
name: Export
|
|
|
|
run-name: Export Thoughts 🚀
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
Explore-GitHub-Actions:
|
2024-08-05 16:06:50 +00:00
|
|
|
runs-on: act-22.04
|
2024-08-05 16:05:57 +00:00
|
|
|
steps:
|
2024-08-05 16:12:24 +00:00
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Install Nix
|
2024-08-05 16:15:37 +00:00
|
|
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v13
|
2024-08-05 16:12:24 +00:00
|
|
|
- name: Run the Magic Nix Cache
|
2024-08-05 16:15:37 +00:00
|
|
|
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
|
2024-08-05 16:12:24 +00:00
|
|
|
- name: Build server and client
|
2024-08-05 16:05:57 +00:00
|
|
|
run: |
|
2024-08-05 16:33:18 +00:00
|
|
|
nix develop
|
|
|
|
ecl --load generator.lisp
|