Skip to content

Commit 78f8b46

Browse files
committed
travis -> actions
1 parent a83660f commit 78f8b46

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.github/workflows/check-lines.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Check Lines Script
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
11+
jobs:
12+
run-check-lines:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Checkout repository
17+
uses: actions/checkout@v3
18+
19+
- name: Run check-lines.sh script
20+
run: ./tests/check-lines.sh

.travis.yml

-3
This file was deleted.

tests/check-lines.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)