Skip to content

tests: fix oscquery dense test getting stuck due to asio timer blocking #784

tests: fix oscquery dense test getting stuck due to asio timer blocking

tests: fix oscquery dense test getting stuck due to asio timer blocking #784

Workflow file for this run

name: linter
on:
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
# Set the job key. The key is displayed as the job name
# when a job name is not provided
linter-linux_x86_64:
# Name the Job
name: Super Linter for Libossia
# Set the type of machine to run on
runs-on: ubuntu-latest
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v4
# Runs the Super-Linter action
- name: Prepare Build Environment
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}