chore: remove unused deprecated table_dir_with_catalog_and_schema (#3… #10417
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: License checker | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
jobs: | |
license-header-check: | |
runs-on: ubuntu-20.04 | |
name: license-header-check | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check License Header | |
uses: korandoru/hawkeye@v4 |