Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mert Can Altin committed Aug 20, 2024
1 parent 9b1cda3 commit 90f977b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Clone WPT Repository
uses: actions/checkout@v2
with:
repository: web-platform-tests/wpt
ref: ${{ github.sha }}
path: test/fixtures/tmp-wpt
sparse_checkout: common/ eventsource/ fetch/ interfaces/ mimesniff/ resources/ service-workers/ storage/ websockets/ xhr/
repository: web-platform-tests/wpt
ref: ${{ github.sha }}
path: test/fixtures/tmp-wpt
sparse_checkout: common/ eventsource/ fetch/ interfaces/ mimesniff/ resources/ service-workers/ storage/ websockets/ xhr/
- name: Move WPT Files
run: |
mv test/fixtures/tmp-wpt/LICENSE.md test/fixtures/wpt/LICENSE.md &&
Expand Down

0 comments on commit 90f977b

Please sign in to comment.