Skip to content

Update github/codeql-action action to v3.25.4 #163

Update github/codeql-action action to v3.25.4

Update github/codeql-action action to v3.25.4 #163

Workflow file for this run

name: CI
permissions: {}
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Install linters
run: sudo apt-get install -y pyflakes3 pycodestyle pydocstyle codespell pylint
- name: Run tests
run: make test