this repo has no description
0
fork

Configure Feed

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

remove github workflows

-34
-22
.github/workflows/test.yml
··· 1 - on: [pull_request, push] 2 - 3 - permissions: 4 - contents: read 5 - 6 - jobs: 7 - test: 8 - runs-on: ${{matrix.os}} 9 - strategy: 10 - matrix: 11 - node-version: [20, 22, 24] 12 - os: [macos-latest, ubuntu-latest, windows-latest] 13 - steps: 14 - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 15 - with: 16 - persist-credentials: false 17 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 18 - with: 19 - node-version: ${{matrix.node-version}} 20 - - run: npm clean-install 21 - - run: npm run quality:check 22 - - run: npm run test
-12
.github/workflows/zizmor.yml
··· 1 - on: [pull_request, push] 2 - 3 - jobs: 4 - zizmor: 5 - runs-on: ubuntu-latest 6 - permissions: 7 - security-events: write 8 - steps: 9 - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 10 - with: 11 - persist-credentials: false 12 - - uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2