Skip to content

hotfix: workflows on main #22

hotfix: workflows on main

hotfix: workflows on main #22

Workflow file for this run

name: 'CI'
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build-test:
name: 'Build & Test'
uses: ./.github/workflows/ci.build-test.yml
secrets: inherit
check-dist:
name: 'Checks'
uses: ./.github/workflows/check.dist.yml
check-eslint:

Check failure on line 21 in .github/workflows/on.push.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/on.push.yml (Line: 21, Col: 3): Error calling workflow 'sgammon/verify-hashes/.github/workflows/check.eslint.yml@2a6af6e9e1f40f7dc3973e77792933c77d20db35'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
name: 'Checks'
uses: ./.github/workflows/check.eslint.yml
permissions:
security-events: write