Skip to content

docs: add initial README for melt-dbt (#17) #29

docs: add initial README for melt-dbt (#17)

docs: add initial README for melt-dbt (#17) #29

Workflow file for this run

name: ci
on: [push]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v14
with:
name: givonwash
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Lint Changes
run: nix flake check