Skip to content

Commit

Permalink
Make pull request tests stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
retrouser955 authored Aug 27, 2024
1 parent 65de2cb commit a6e8b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Pull Request Test

on:
pull_request:
types: [opened, reopened]
branches: [master]

jobs:
lint:
Expand All @@ -16,7 +16,7 @@ jobs:
with:
node-version: 20
- run: yarn
- run: yarn lint --fix
- run: yarn lint
# tests are not testing 😭
# test:
# name: Run test
Expand Down

0 comments on commit a6e8b03

Please sign in to comment.