Skip to content

Commit

Permalink
Merge pull request #20 from transmute-industries/better-tile-transpar…
Browse files Browse the repository at this point in the history
…ency-edn

Better tile transparency edn
  • Loading branch information
OR13 authored Oct 3, 2024
2 parents daeea5e + c79a716 commit a142547
Show file tree
Hide file tree
Showing 145 changed files with 7,542 additions and 3,409 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Coverage
run: npm run coverage
- name: Badges
uses: jpb06/jest-badges-action@latest
with:
branches: main
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Coverage
run: npm run coverage
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
dist
.DS_Store
.env
*.db
Loading

0 comments on commit a142547

Please sign in to comment.