Skip to content

Basic CI and working-directory option #3

Basic CI and working-directory option

Basic CI and working-directory option #3

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
uses: ./
with:
working-directory: test