Skip to content

Commit

Permalink
Add Region type
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Jan 12, 2024
1 parent 4e58d92 commit 6367071
Show file tree
Hide file tree
Showing 6 changed files with 832 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:

# Install dependencies
- name: Install dependencies
run: npm install
run: npm i

# Run linter
- name: Run Linter
run: npm run lint

# Check Prettier
- name: Check Prettier
run: npm run prettier-check
run: npm run prettier

# Run tests
- name: Run Tests
Expand Down
Loading

0 comments on commit 6367071

Please sign in to comment.