Skip to content

fix timestamp formatting #212

fix timestamp formatting

fix timestamp formatting #212

Workflow file for this run

#Github Workflow reuse licensecheck for intelmq
#
#SPDX-FileCopyrightText: 2020 IntelMQ Team <[email protected]>
#SPDX-License-Identifier: AGPL-3.0-or-later
name: "ReUse License Check"
on:
push:
pull_request:
branches: [ develop ]
jobs:
license:
name: Check license compliance
runs-on: ubuntu-latest
# This should not fail the whole workflow run
continue-on-error: true
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: REUSE compliance check
uses: fsfe/reuse-action@v1