Skip to content

Merge pull request #141 from mekanix/update #345

Merge pull request #141 from mekanix/update

Merge pull request #141 from mekanix/update #345

Workflow file for this run

name: Freenit
on:
pull_request:
push:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Test and lint
run: |
bin/test.sh
- name: Security
run: |
bin/security.sh