8000 feat: accept functions for `ignore_case` and `smart_case` settings · wincent/command-t@a389f62 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: accept functions for ignore_case and smart_case settings #18

feat: accept functions for ignore_case and smart_case settings

feat: accept functions for ignore_case and smart_case settings #18

Workflow file for this run

name: spdx
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
check:
runs-on: ubuntu-22.04
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v4
- name: Run check-spdx
run: bin/check-spdx
0