Skip to content

Tests for working-directory support #69

Tests for working-directory support

Tests for working-directory support #69

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
# - macOS-latest
# - windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Disable core.autocrlf on Windows
if: runner.os == 'Windows'
run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- uses: ./.
working-directory: ./test-code/

Check failure on line 27 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 27, Col: 9): Unexpected value 'working-directory'