Skip to content

Commit

Permalink
feat: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jan 23, 2021
1 parent b5a1ab8 commit 4409906
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI

on: [push, pull_request]

jobs:
paket:
name: Paket test
runs-on: ubuntu-latest
steps:
- name: test
uses: addnab/docker-run-action@v1
with:
image: joseluisq/paket
shell: sh
run: fish -c 'paket --version && paket add joseluisq/gitnow' && fish -c 'gitnow -v'

fisher:
name: Fisher test
runs-on: ubuntu-latest
steps:
- name: test
uses: addnab/docker-run-action@v1
with:
image: joseluisq/paket
shell: sh
run: apk add curl && fish -c 'curl -sL git.io/fisher | source && fisher --version && fisher install jorgebucaran/fisher' && fish -c 'fisher install joseluisq/gitnow && gitnow -v'
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitNow [![Build Status](https://travis-ci.com/joseluisq/gitnow.svg?branch=master)](https://travis-ci.com/joseluisq/gitnow) [![Releases](https://img.shields.io/github/release/joseluisq/gitnow.svg?label=latest)](https://github.com/joseluisq/gitnow/releases)
# GitNow ![CI](https://github.com/joseluisq/gitnow/workflows/CI/badge.svg?branch=master) [![Releases](https://img.shields.io/github/release/joseluisq/gitnow.svg?label=latest)](https://github.com/joseluisq/gitnow/releases)

> Speed up your Git workflow. 🐠
Expand Down

0 comments on commit 4409906

Please sign in to comment.