Skip to content

Introduce GitHub Workflows #1

Introduce GitHub Workflows

Introduce GitHub Workflows #1

Workflow file for this run

name: dbt-score
on:
push:
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 13 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- name: Set up PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
pdm sync -d
- name: Build package
run: |
pdm build
# - name: Publish package
# run: |
# pdm publish