Skip to content

Fstab support (rebased to 3.9) #425

Fstab support (rebased to 3.9)

Fstab support (rebased to 3.9) #425

Workflow file for this run

name: Static Analysis
on:
pull_request:
branches:
- 3.*-devel
- master
push:
branches:
- 3.*-devel
- master
schedule:
- cron: 0 0 * * 0
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get -qq update
sudo apt-get -y -qq install make ansible
sudo make install-requires
- name: Run checks
run: make check