Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Install dependencies
run: npm i

- name: Oxfmt
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this step to fail early

run: node --run format:check

- name: Biome
run: node --run biome:ci

Expand All @@ -28,9 +31,6 @@ jobs:
- name: ESLint
run: node --run eslint

- name: Oxfmt
run: node --run format:check

- name: Bundle
run: node --run build

Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
cd gh-pages
git rm -r .
mv ../dist/* .
cp ../robots.txt .
touch .nojekyll
git add .
git commit -m "gh-pages deployment" || echo "Nothing to commit"
Expand Down
2 changes: 2 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /