Skip to content

[ core/pre-review ]github-actions pre-review #1

[ core/pre-review ]github-actions pre-review

[ core/pre-review ]github-actions pre-review #1

Workflow file for this run

name: PR Pre-review
on:
pull_request:
push:
branches:
- master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_REST: false
jobs:
pre-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: check author
run: echo $GITHUB_ACTOR_ID