Skip to content

Add new rule to make type required in objects and add tests (#7) #3

Add new rule to make type required in objects and add tests (#7)

Add new rule to make type required in objects and add tests (#7) #3

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
paths-ignore: ["*.md"]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./test.ps1
shell: pwsh