Skip to content

fix: update isInsideFactory #33

fix: update isInsideFactory

fix: update isInsideFactory #33

Workflow file for this run

name: Dependabot
on: pull_request
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build lc-hax
auto-merge:
needs: build
uses: winstxnhdw/actions/.github/workflows/dependabot-public.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write