Skip to content

Commit

Permalink
Move to Github Actions
Browse files Browse the repository at this point in the history
Fixes #8 and #9
  • Loading branch information
elementalvoid committed May 14, 2020
1 parent 5b23a5d commit c49db0c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Main workflow

on:
push:
paths-ignore:
- "**.md"
- ".all-contributorsrc"
pull_request:
paths-ignore:
- "**.md"
- ".all-contributorsrc"
schedule:
- cron: "0 0 * * 5"

jobs:
plugin_test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}

steps:
- name: asdf_plugin_test
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: asdf-vm/actions/[email protected]
with:
command: brig version
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# asdf-brig

[![Build Status](https://travis-ci.com/Ibotta/asdf-brig.svg?branch=master)](https://travis-ci.com/Ibotta/asdf-brig)
[![GitHub Actions Status](https://github.com/ibotta/asdf-brig/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/ibotta/asdf-brig/actions)

## Installation

Expand Down

0 comments on commit c49db0c

Please sign in to comment.