Skip to content

Basic CI and working-directory option #1

Basic CI and working-directory option

Basic CI and working-directory option #1

Workflow file for this run

name: Test
on: pull_request
permissions:
pull-requests: write # for comments in PRs
jobs:
sample:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with: # required!
fetch-depth: 0
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Show the bun lock diff
working-directory: test
uses: ./..

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

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 19, Col: 9): Unexpected value 'uses' .github/workflows/test.yml (Line: 17, Col: 9): Required property is missing: run