Skip to content

chore(deps): update actions/checkout digest to 0ad4b8f #349

chore(deps): update actions/checkout digest to 0ad4b8f

chore(deps): update actions/checkout digest to 0ad4b8f #349

name: Test - Windows runner
on:
push:
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
jobs:
test:
runs-on: windows-latest
# Exclude in-repo PRs from running this job
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork
steps:
- name: Clone repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
- name: Run PackSquash
uses: ./ # Uses an action in the root directory
with:
packsquash_version: latest
options: |
pack_directory = 'test/empty_resource_pack'