Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ jobs:
name: Test on ${{ matrix.os }}
steps:
- name: Checks out a copy of your repository
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Run tests
run: ./tests/ansi.sh
id: tests
- name: Echo the greeting's time
run: echo 'The time was ${{ steps.tests.outputs.time }}.'
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checks out a copy of your repository
uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master