Skip to content

build(deps): Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #5

build(deps): Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

build(deps): Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #5

Workflow file for this run

name: Quality check
on:
push:
branches:
- "*"
pull_request:
jobs:
static-analysis:
name: Static analysis
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: make check
tests:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: make test