Skip to content

Commit

Permalink
try using @3
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Nov 5, 2023
1 parent 725a7cd commit 5c6b821
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: CI

on:
push:
branches:
- main
- master
- next
- v*
paths-ignore:
- 'docs/**'
- '*.md'
Expand All @@ -17,7 +12,10 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci-redis.yml@main
permissions:
contents: write
pull-requests: write
uses: fastify/workflows/.github/workflows/plugins-ci-redis.yml@v3
with:
license-check: true
lint: true

0 comments on commit 5c6b821

Please sign in to comment.