Skip to content

chore: bump rollup from 4.29.1 to 4.30.1 (#548) #995

chore: bump rollup from 4.29.1 to 4.30.1 (#548)

chore: bump rollup from 4.29.1 to 4.30.1 (#548) #995

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-action:
name: Test Action
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-14, windows-2022]
steps:
- name: Checkout Action
uses: actions/[email protected]
with:
path: mkdir-action
sparse-checkout: |
action.yml
dist
sparse-checkout-cone-mode: false
- name: Create Directory
uses: ./mkdir-action
with:
path: parent/child
- name: Check Directory
shell: bash
run: test -d parent/child