Skip to content

Commit

Permalink
tests: add dummy circleci config
Browse files Browse the repository at this point in the history
This avoids an issue where I can't disable circleci because I don't have admin on the repo.
  • Loading branch information
josegonzalez committed Mar 31, 2024
1 parent d8952ed commit 1142455
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
machine: true
working_directory: ~/progrium/go-basher
parallelism: 1
steps:
- checkout

0 comments on commit 1142455

Please sign in to comment.