Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dir committed Oct 8, 2024
1 parent 73c9ea4 commit 0c02e17
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: CI
name: Shell Script CI

on:
push:
branches:
- main
branches: [main, develop]
pull_request:
branches: [main, develop]

permissions:
contents: read

jobs:
tests:
name: Run Tests
name: Run shunit2 tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0c02e17

Please sign in to comment.