Skip to content

Commit

Permalink
setup github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
tenfyzhong committed Mar 23, 2024
1 parent 66e865c commit bf95388
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 84 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: test

on: [push, pull_request]

jobs:
test:
name: test
uses: tenfyzhong/workflows/.github/workflows/vader.yml@vader
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

26 changes: 0 additions & 26 deletions ci/travis_install.sh

This file was deleted.

15 changes: 0 additions & 15 deletions ci/travis_script.sh

This file was deleted.

8 changes: 0 additions & 8 deletions vader/axring.vader
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Before:
\['=', ':='],
\]
let g:axring_rings_python = [['if', 'elif']]
let g:axring_rings_c = [['ifdef', 'ifndef']]
set iskeyword-=#

Given(forward 1):
Expand Down Expand Up @@ -166,13 +165,6 @@ Do:
Expect:
elif

Given c(#ifdef -> #ifndef):
#ifdef
Do:
2|\<c-a>
Expect:
#ifndef

Given (a=true):
a=true
Do:
Expand Down
14 changes: 0 additions & 14 deletions vader/test.sh

This file was deleted.

0 comments on commit bf95388

Please sign in to comment.