Skip to content

Commit

Permalink
ci: test script on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 24, 2023
1 parent c4ec780 commit 7f71396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
ci:
name: Lint
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
Expand Down
4 changes: 2 additions & 2 deletions tools/validate-links.js
Expand Up @@ -10,8 +10,8 @@ tapRenderInstance.pipe(spot()).pipe(process.stdout);
const skipPatterns = [
"https://",
"fragment-redirect",
"_site/sponsors",
"_site/docs"
path.normalize("_site/sponsors"),
"/docs"
];

const skipFilter = (report) =>
Expand Down

0 comments on commit 7f71396

Please sign in to comment.