Skip to content

Build CI workflow pipeline #1

Build CI workflow pipeline

Build CI workflow pipeline #1

Workflow file for this run

name: Build CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Brainfuck Assembler
run: |
chmod +x build
./build
ls ./dist