Skip to content
Merged
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
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,14 @@ jobs:
- name: Lint
run: npm run lint

- name: Run tests
run: npm run test --
- name: Format
run: npm run format:check

- name: Run tests with coverage
run: npm run test:coverage

- name: Build
run: npm run build

- name: Audit dependencies
run: npm audit --audit-level=high
2 changes: 1 addition & 1 deletion .idea/methane-website.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading
Loading