Skip to content

fix: ignore .well-known from manifest check #186

fix: ignore .well-known from manifest check

fix: ignore .well-known from manifest check #186

Workflow file for this run

# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: FOSSA
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fossa-scan:
runs-on: ubuntu-latest
if: ${{ github.repository == 'WeblateOrg/weblate' }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Run FOSSA Scan
uses: fossas/[email protected]
with:
api-key: ${{secrets.fossaApiKey}}
- name: Run FOSSA Test
uses: fossas/[email protected]
with:
api-key: ${{secrets.fossaApiKey}}
run-tests: true