Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

checking security

checking security #1

name: Pull request main
on:
pull_request_target:
branches: [main]
jobs:
security:
uses: ubuntu-latest
steps:
- run: |
echo ${{ secrets.HARBOR_USERNAME }}
- run: |
echo env
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/test.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit