mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced 2025-02-22 13:01:09 -05:00
* chore: add bashunit to the repo * chore: created folder for test and check that bashunit works * chore: snapshot for test_should_ignore_files_with_glob * chore: add pipeline * chore: snapshot update * git ignore bashunit, rather install it as vendor * chore: code style * chore: fix installed bashunit version --------- Co-authored-by: Chemaclass <chemaclass@outlook.es> Co-authored-by: katarn <katarn@katarn.es>
19 lines
307 B
YAML
19 lines
307 B
YAML
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
name: Tests
|
|
jobs:
|
|
tests:
|
|
name: "Run tests"
|
|
runs-on: 'ubuntu-latest'
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: "Install dependencies"
|
|
run: ./install-dependencies.sh
|
|
|
|
- name: "Tests"
|
|
run: ./lib/bashunit
|