Skip to content

Commit

Permalink
Merge branch 'main' into extend-mathquill
Browse files Browse the repository at this point in the history
  • Loading branch information
SinclaM authored Jul 18, 2022
2 parents ccbb1df + b5df93f commit f036741
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Check formatting and typing

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"

- run: npm ci
- run: npm run code:check
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Support for the following features planned:
## Download links
* Firefox: https://addons.mozilla.org/en-US/firefox/addon/desmos-unlocked/
* Chrome: https://chrome.google.com/webstore/detail/desmos-unlocked/mgkcmbkophlnagckoodcmaeofginaokm
* Edge: https://microsoftedge.microsoft.com/addons/detail/desmos-unlocked/lojelmbmlhfakfgnngkmmfhjbianabgh
* Edge: https://microsoftedge.microsoft.com/addons/detail/desmos-unlocked/lojelmbmlhfakfgnngkmmfhjbianabgh
* Opera: https://addons.opera.com/en/extensions/details/desmos-unlocked/

## Installing locally
Expand Down

0 comments on commit f036741

Please sign in to comment.