Skip to content

Update navigation.tsx #27

Update navigation.tsx

Update navigation.tsx #27

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Kaelan Thijs Fouwels <[email protected]>
#
# SPDX-License-Identifier: MIT
on:
pull_request:
branches:
- "*"
name: Core
jobs:
licencing:
runs-on: ubuntu-latest
name: Licensing (SPDX)
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2
release:
runs-on: ubuntu-latest
name: Release (Make)
steps:
- uses: actions/checkout@v4
- name: release application
run: make release