Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 22, 2024
1 parent 7c32f5f commit 24a0b7f
Show file tree
Hide file tree
Showing 15 changed files with 79 additions and 723 deletions.
3 changes: 0 additions & 3 deletions .github/actionlint.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/docstrings_linting.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/licensing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Licensing

on:
pull_request:
paths:
- "haystack_experimental/**/*.py"
- "test/**/*.py"
- "pyproject.toml"

jobs:
license-header:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check License Header
run: docker run --rm -v "$(pwd):/github/workspace" ghcr.io/korandoru/hawkeye check
84 changes: 0 additions & 84 deletions .github/workflows/linting.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/linting_skipper.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
# We must not release versions tagged with -rc0 suffix
- "!v[0-9]+.[0-9]+.[0-9]-rc0"

env:
HATCH_VERSION: "1.9.3"
HATCH_VERSION: "1.9.4"

jobs:
release-on-pypi:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/stale.yml

This file was deleted.

Loading

0 comments on commit 24a0b7f

Please sign in to comment.