Skip to content

feat: add trim/ltrim/rtrim with single input argument to remove spaces #1767

feat: add trim/ltrim/rtrim with single input argument to remove spaces

feat: add trim/ltrim/rtrim with single input argument to remove spaces #1767

Workflow file for this run

name: License check
on: pull_request
jobs:
license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check License Header
uses: enarx/spdx@master
with:
licenses: |-
Apache-2.0
MIT