Skip to content

Commit

Permalink
Add a built status badge and tweak go cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Mar 14, 2024
1 parent 9f7baa3 commit 18353f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false

- name: Tidy
run: go mod tidy
Expand All @@ -43,6 +44,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false

- name: Build
working-directory: ./cmd/bfg
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## B.F.G.

[![Go](https://github.com/tristanmorgan/bfg/actions/workflows/go-test-build.yml/badge.svg)](https://github.com/tristanmorgan/bfg/actions/workflows/go-test-build.yml)

BFG is an optimised [Brainfuck](https://esolangs.org/wiki/Brainfuck) interpreter written in Go.

Uses signed ints for data (platform specific 32/64), memory wraps around at 65535, EOF returns -1.
Expand Down

0 comments on commit 18353f8

Please sign in to comment.