Skip to content

Add github actions

Add github actions #1

Workflow file for this run

name: Release
on:
# workflow_dispatch:
# release:
# types:
# - published
pull_request:
branches:
- master
jobs:
test:
name: Build
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- uses: actions/upload-artifact@v4
with:
name: platform-cli
path: path/to/artifact/world.txt