Skip to content

Commit

Permalink
feat: pr lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jguddas committed Oct 21, 2023
1 parent 2a16a33 commit 4587fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: ${{github.event.pull_request.commits}}
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- name: Get changed files
id: changed-files
Expand Down
4 changes: 1 addition & 3 deletions icons/air-vent.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"contributors": [],

Check notice on line 3 in icons/air-vent.json

View workflow job for this annotation

GitHub Actions / lint

Contributors have changed!

- "contributors": [], + "contributors": [ + "jguddas", + "ericfennis" + ],
"tags": [
"air conditioner",
"ac",
Expand Down

0 comments on commit 4587fba

Please sign in to comment.