Skip to content

ci: update all actions #16

ci: update all actions

ci: update all actions #16

Workflow file for this run

# This file is part of REANA.
# Copyright (C) 2020 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]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install cwltool
pip install reana-client
pip install reana-commons
- name: Validate workflow
run: make validate