Fix SYNTH_12605 spyglass lint issue in pulp_cluster and cv32e40p deps #220
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 2022 ETH Zurich and University of Bologna. | |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # Author: Alessandro Ottaviano <aottaviano@iis.ee.ethz.ch> | |
| name: gitlab-ci | |
| on: [ push, pull_request, workflow_dispatch ] | |
| jobs: | |
| gitlab-ci: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check Gitlab CI | |
| uses: pulp-platform/pulp-actions/gitlab-ci@v1 | |
| with: | |
| domain: iis-git.ee.ethz.ch | |
| repo: github-mirror/control-pulp | |
| token: ${{ secrets.GITLAB_TOKEN }} | |
| poll-count: 2160 |