Skip to content

[GHA] added icons for linux and static analysis + updated README #3

[GHA] added icons for linux and static analysis + updated README

[GHA] added icons for linux and static analysis + updated README #3

Workflow file for this run

name: Actions
on: [push, pull_request]
jobs:
static-analysis:
name: 📊 Static Analysis
uses: ./.github/workflows/static_analysis.yml
linux-build:
name: 🐧 Linux
needs: static-analysis
uses: ./.github/workflows/linux_builds.yml