Skip to content

CI

CI #8

Workflow file for this run

# This file is part of REANA.
# Copyright (C) 2020, 2022 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
name: CI
on:
push:
pull_request:
schedule:
- cron: "0 7 * * 1"
jobs:
validate:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate workflow spec
uses: reanahub/reana-github-actions/local-validate@v1
with:
reana_specs: reana.yaml