Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Aug 11, 2023
1 parent 0696f39 commit 9ec3866
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Code Analysis
on:
push:

jobs:
code-analysis:
name: Code analysis
runs-on: ubuntu-latest

steps:
- name: Checkout codebase
uses: actions/checkout@v2

- name: Run all lint checks
uses: plone/code-analysis-action@v2

0 comments on commit 9ec3866

Please sign in to comment.