Skip to content

Update actions/checkout action to v6 - autoclosed #330

Update actions/checkout action to v6 - autoclosed

Update actions/checkout action to v6 - autoclosed #330

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Install linters
run: sudo apt-get install -y pyflakes3 pycodestyle pydocstyle codespell pylint
- name: Run tests
run: make test