Skip to content

feat: add current_date and current_timestamp functions #1243

feat: add current_date and current_timestamp functions

feat: add current_date and current_timestamp functions #1243

Workflow file for this run

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