Skip to content

add test

add test #4

Workflow file for this run

name: Test
on:
push:
branches:
- 'main'
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create test project
run: |
cargo new test
- name: Run cargo-assist
uses: ./ # Uses an action in the root directory
working-directory: ./test

Check failure on line 24 in .github/workflows/test.yml

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 24, Col: 9): Unexpected value 'working-directory'