feat: split file system out into create-fs package, with diffCreatedDirectory tester #887
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
compliance: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mtfoley/pr-compliance-action@main | |
with: | |
body-auto-close: false | |
ignore-authors: |- | |
allcontributors | |
allcontributors[bot] | |
renovate | |
renovate[bot] | |
ignore-team-members: false | |
name: Compliance | |
on: | |
pull_request: | |
branches: | |
- main | |
types: | |
- edited | |
- opened | |
- reopened | |
- synchronize | |
permissions: | |
pull-requests: write |