Skip to content

Commit

Permalink
ci: signature
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 17, 2025
1 parent 98fd15d commit ba9b2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
branches:
- '**'

name: "Tests"
name: "Tests & Lint"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
coveritup:
test:
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit ba9b2a1

Please sign in to comment.