[READ-ONLY] Mirror of https://github.com/probablykasper/mr-tagger. Music file tagging app for Mac, Linux and Windows
audio linux macos music tagger tauri windows
0

Configure Feed

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

Build before CI test

Kasper (Dec 13, 2021, 7:46 PM +0100) 91f03bb4 6d192f0b

+4 -2
+3 -1
.github/workflows/ci.yml .github/workflows/test.yml
··· 1 - name: CI 1 + name: Test 2 2 on: 3 3 push: 4 4 branches: ··· 40 40 - run: npm install 41 41 42 42 - run: npm run check 43 + 44 + - run: npm run build:web 43 45 44 46 - run: npm run test 45 47
+1 -1
.github/workflows/publish.yml
··· 1 - name: Release 1 + name: Publish 2 2 on: 3 3 workflow_dispatch: 4 4