Skip to content

Commit

Permalink
Merge pull request #163 from KaiVolland/unsupported-properties-update
Browse files Browse the repository at this point in the history
Adds `pretty` option
  • Loading branch information
KaiVolland committed Nov 24, 2022
2 parents 4b21170 + bceab6b commit 41187a9
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 227 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down
Loading

0 comments on commit 41187a9

Please sign in to comment.