mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

use tsc

+1 -1
+1 -1
.github/workflows/lint.yml
··· 22 22 - name: Lint check 23 23 run: yarn lint 24 24 - name: Type check 25 - uses: andoshin11/typescript-error-reporter-action@v1.0.2 25 + uses: yarn tsc 26 26 testing: 27 27 name: Run tests 28 28 runs-on: ubuntu-latest