Skip to content

Refactor into multiple files #17

Refactor into multiple files

Refactor into multiple files #17

Workflow file for this run

name: 'cargo build'
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: 'cargo build'
run: cargo build --verbose