Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks #190

[pre-commit.ci] auto fixes from pre-commit.com hooks

[pre-commit.ci] auto fixes from pre-commit.com hooks #190

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