Skip to content

lf-run: add explicit support for ueberzugpp #686

lf-run: add explicit support for ueberzugpp

lf-run: add explicit support for ueberzugpp #686

Workflow file for this run

name: analyse
on:
push:
branches:
- master
paths:
- src/*/**
- src/.make
- Makefile
- .github/**
pull_request:
branches:
- master
paths:
- src/*/**
- src/.make
- Makefile
- .github/**
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: dep
run: |
sudo apt-get update --fix-missing
sudo apt-get -y install moreutils shellcheck pylint clang-tools cppcheck libbsd-dev
git submodule update --init --recursive
- name: analyse
run: |
make analyse