[go: up one dir, main page]

Skip to content

fix: provide user friendly error when status can not be fetched #469

fix: provide user friendly error when status can not be fetched

fix: provide user friendly error when status can not be fetched #469

Workflow file for this run

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