Skip to content

Commit

Permalink
chore: enable linting of print2pdf module
Browse files Browse the repository at this point in the history
  • Loading branch information
le0m committed Aug 26, 2024
1 parent d75423b commit 8dba70a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ on:
- '**/go.sum'
pull_request:
branches: [ main ]
paths:
- '**.go'
- '**/go.mod'
- '**/go.sum'
# paths:
# - '**.go'
# - '**/go.mod'
# - '**/go.sum'

jobs:
lint:
name: Run linter
runs-on: ubuntu-latest
strategy:
matrix:
module: ['plain', 'lambda']
module: ['print2pdf', 'plain', 'lambda']

steps:
- name: Checkout
Expand Down

0 comments on commit 8dba70a

Please sign in to comment.