Skip to content

updated extended ci to correctly build code once instead of accidenta… #19

updated extended ci to correctly build code once instead of accidenta…

updated extended ci to correctly build code once instead of accidenta… #19

name: Static Analysis
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/action@v3.0.0