Skip to content

feat: support custom luts #69

feat: support custom luts

feat: support custom luts #69

Workflow file for this run

name: Check
on:
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
with:
persist-credentials: 'false'
- name: Run checks
run: make check