Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcrosher authored Oct 13, 2024
1 parent 567e83e commit 43167a0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build_tf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: build_tf

on:
push:
branches:
- dev/make_ci_pipeline
pull_request:
branches:
- main

jobs:
dbt_ci:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4

- name: set up
run: |
sudo apt-get update && sudo apt-get install -y gnupg software-properties-common

0 comments on commit 43167a0

Please sign in to comment.