Skip to content

chore: fix build script and dockerfile #1

chore: fix build script and dockerfile

chore: fix build script and dockerfile #1

Workflow file for this run

name: PR Check
on: [pull_request, pull_request_target]
jobs:
job_0:
name: Signed Commits

Check failure on line 7 in .github/workflows/pr-check.yml

View workflow run for this annotation

GitHub Actions / PR Check

Invalid workflow file

The workflow is not valid. .github/workflows/pr-check.yml (Line: 7, Col: 5): Required property is missing: runs-on
steps:
- name: Check out the repository code
uses: actions/[email protected]
- name: Check if the commits are signed
uses: 1Password/check-signed-commits-action@v1
job_1:
name: Conventional Title
runs-on: ubuntu-latest
steps:
- name: Conventional Title Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","perf","chore","revert"]'
add_label: 'false'