Skip to content

added missing properties to OrderItem #29

added missing properties to OrderItem

added missing properties to OrderItem #29

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-license-lines:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Check License Lines
uses: kt3k/[email protected]