hoverkraft-tech / ci-github-nodejs

Opinionated Github actions and workflows for continuous integration in NodeJs context
MIT License
0 stars 0 forks source link

This is a workaround for having workflow ref. See https://github.com/orgs/commun... #111

Open github-actions[bot] opened 3 months ago

github-actions[bot] commented 3 months ago

https://github.com/hoverkraft-tech/ci-github-nodejs/blob/cc8438c0e91131f45642ce72ad9319250b896a75/.github/workflows/__shared-ci.yml#L10


on:
  workflow_call:

permissions:
  contents: read
  security-events: write
  statuses: write
  # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
  id-token: write

jobs:
  linter:
    uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.1

  test-action-get-package-manager:
    name: Test action "get-package-manager"