File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed
Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+
23Git 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
You can’t perform that action at this time.
0 commit comments