Skip to content

reorganised some stuff and started coding another game #26

reorganised some stuff and started coding another game

reorganised some stuff and started coding another game #26

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build Docker Image
run: docker build -t crystal-os .
- name: Run Build in Docker Container
run: docker run --rm crystal-os