Skip to content

fet: create auto function for all work #188

fet: create auto function for all work

fet: create auto function for all work #188

Workflow file for this run

name: dev-build
on:
push:
branches: ['dev']
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install FASM
uses: stevenwdv/setup-fasm@v1
- name: Test fasm
run: fasm main.asm main.exe