Skip to content

Fixes

Fixes #10

Workflow file for this run

name: Dotfiles Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Bats and bats libs
id: setup-bats
uses: bats-core/[email protected]
- name: Tests
shell: bash
env:

Check failure on line 15 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Dotfiles Tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 15, Col: 13): Unexpected value '' .github/workflows/tests.yml (Line: 16, Col: 9): Unexpected value 'BATS_LIB_PATH'
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
TERM: xterm
run: sh src/script/test