Skip to content

Commit 7640fd5

Browse files
committed
Replace workflows
1 parent acdaf2f commit 7640fd5

8 files changed

Lines changed: 20 additions & 585 deletions

File tree

.github/workflows/autolabel_prs.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/crate-dist.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
name: Create crate dist
3+
on:
4+
push:
5+
tags:
6+
- '**'
7+
8+
jobs:
9+
crate-dist:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
steps:
14+
- name: Create crate dist
15+
uses: projg2/crate-dist-action@v1
16+
with:
17+
directories: .
18+
dist-filename: fish-shell-4.8.1-crates.tar.xz
19+
run-cargo-update: false
20+

.github/workflows/development-builds.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/lint-dependencies.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.github/workflows/lockthreads.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)