Skip to content

Use easyconfig 23.12 as template for cscs production (#144) #66

Use easyconfig 23.12 as template for cscs production (#144)

Use easyconfig 23.12 as template for cscs production (#144) #66

Workflow file for this run

name: ReFrame CI
on: [push, pull_request]
jobs:
codechecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_PYTHON_FLAKE8: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}