[READ-ONLY] Mirror of https://github.com/probablykasper/taskler. Simple text editor for your New Tab page taskler.kasper.space
browser-extension chrome chrome-extension editor extension firefox firefox-addon firefox-extension notes
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix ci

Kasper (Sep 26, 2022, 2:11 AM +0200) 880dbe98 974a7b21

+12 -6
+11 -6
.github/workflows/ci.yml
··· 1 - steps: 2 - - uses: rome/setup-rome@latest 3 - with: 4 - version: 0.4.0 5 - - uses: actions/checkout@v2 6 - - run: npm run check 1 + name: CI 2 + on: [push, pull_request, workflow_dispatch] 3 + jobs: 4 + ci: 5 + runs-on: ubuntu-latest 6 + steps: 7 + - name: Checkout repository 8 + uses: actions/checkout@v2 9 + 10 + - run: npm install 11 + - run: npm run check
+1
.node-version
··· 1 + 16