Skip to content

Continuous Integration #1744

Continuous Integration

Continuous Integration #1744

Workflow file for this run

name: Continuous Integration
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
workflow_call:
schedule:
- cron: "31 1,12 * * *"
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
clone-and-install:
name: Clone and Install
uses: ./.github/workflows/clone-and-install.yml
lint:

Check failure on line 32 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 32, Col: 3): Error calling workflow 'ulises-jeremias/dotfiles/.github/workflows/lint.yml@2caef01f8012b9922ae252c1839c3027346fca6e'. The nested job 'super-linter' is requesting 'actions: read, checks: read, pull-requests: write, statuses: write', but is only allowed 'actions: none, checks: none, pull-requests: none, statuses: none'.
name: Super Linter
uses: ./.github/workflows/lint.yml