Skip to content

Update actions/upload-artifact action to v4.4.3 #230

Update actions/upload-artifact action to v4.4.3

Update actions/upload-artifact action to v4.4.3 #230

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