Skip to content

fix: login & password range check #159

fix: login & password range check

fix: login & password range check #159

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