Skip to content

Commit

Permalink
Build CI workflow pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 21, 2024
1 parent 05bbee4 commit 0b522d1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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

0 comments on commit 0b522d1

Please sign in to comment.