Skip to content

Commit

Permalink
Move to GHA and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Oct 11, 2024
1 parent 5be23c2 commit 1752e94
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
on: [push, pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: addnab/docker-run-action@v3
with:
options: -v ${{ github.workspace }}:/work
image: bash:latest
run: /work/test.sh
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# git-confirm [![Travis Build Status](https://img.shields.io/travis/pimterry/git-confirm.svg)](https://travis-ci.org/pimterry/git-confirm)
# git-confirm [![Build Status](https://github.com/pimterry/git-confirm/workflows/CI/badge.svg)](https://github.com/pimterry/git-confirm/actions)

Git hook to catch placeholders and temporary changes (TODO / @ignore) before you commit them.

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

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.
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.

## Release process

Expand Down

0 comments on commit 1752e94

Please sign in to comment.