Skip to content

Commit

Permalink
replace code ql workflow with aktin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akomii committed Nov 13, 2024
1 parent f9389a0 commit cc0ca5e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/python-ql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Run Python QL

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-22.04

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

- name: Run Python QL
uses: aktin/aktin-github-scripts/actions/python-ql@main
with:
src-path: 'src/'
python-version: '3.10.6'

0 comments on commit cc0ca5e

Please sign in to comment.