Skip to content

Added support for scripts; added scripts.ron (#25) #45

Added support for scripts; added scripts.ron (#25)

Added support for scripts; added scripts.ron (#25) #45

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo run --verbose
- uses: stefanzweifel/git-auto-commit-action@v5