Skip to content

Commit

Permalink
travis -> actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Sep 24, 2024
1 parent a83660f commit 78f8b46
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check-lines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Check Lines Script

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
run-check-lines:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Run check-lines.sh script
run: ./tests/check-lines.sh
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

Empty file modified tests/check-lines.sh
100644 → 100755
Empty file.

0 comments on commit 78f8b46

Please sign in to comment.