Skip to content

Use bash instead of sh #10

Use bash instead of sh

Use bash instead of sh #10

Workflow file for this run

name: Test the code
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: CERT-Polska/lint-python-action@v2
with:
source: karton/
python-version: "3.10"