Skip to content

Commit 7d67d9f

Browse files
committed
Move to GHA and update README
1 parent 5be23c2 commit 7d67d9f

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CI
2+
on: [push, pull_request]
3+
jobs:
4+
build:
5+
name: Test
6+
runs-on: ubuntu-latest
7+
8+
steps:
9+
- uses: actions/checkout@v4
10+
with:
11+
submodules: recursive
12+
13+
- uses: addnab/docker-run-action@v3
14+
with:
15+
options: -v ${{ github.workspace }}:/work
16+
image: bash:latest
17+
run: /work/test.sh

.travis.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# git-confirm [![Travis Build Status](https://img.shields.io/travis/pimterry/git-confirm.svg)](https://travis-ci.org/pimterry/git-confirm)
1+
# git-confirm [![Build Status](https://github.com/pimterry/git-confirm/workflows/CI/badge.svg)](https://github.com/pimterry/git-confirm/actions)
2+
23
Git hook to catch placeholders and temporary changes (TODO / @ignore) before you commit them.
34

45
[![Asciicast DEMO](asciicast.gif)](https://asciinema.org/a/dc7dr433caze9f8p65bitqs77?speed=2&autoplay=1)
@@ -75,7 +76,7 @@ Want to help improve Git-Confirm?
7576
* Commit and push your changes
7677
* Open a PR!
7778

78-
Need any ideas? Take a look at the Git Confirm [Huboard](https://huboard.com/pimterry/git-confirm#/) to quickly see the next features to look at.
79+
Need any ideas? Take a look at the Git Confirm [issues](https://github.com/pimterry/git-confirm/issues/) to quickly see the next features to look at.
7980

8081
## Release process
8182

0 commit comments

Comments
 (0)