Skip to content

Commit

Permalink
use Actions instead of CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
RealSalmon committed Dec 13, 2023
1 parent 7d7e3b7 commit 7832da6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: cloud-storemation
on:
- push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run Tests
run: make tests

0 comments on commit 7832da6

Please sign in to comment.