Skip to content

Commit 0b82b03

Browse files
committed
remove unused files
1 parent 7e9ea17 commit 0b82b03

31 files changed

+18
-470
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ jobs:
1313
- name: Setup Fluent CI
1414
uses: fluentci-io/setup-fluentci@v5
1515
with:
16-
pipeline: deno_pipeline
17-
args: fmt test
16+
wasm: true
17+
plugin: deno
18+
args: fmt
1819
- name: Run Dagger Pipelines
1920
run: |
2021
dagger -m github.com/fluent-ci-templates/github-pipeline@main functions
21-
- name: Upload to Codecov
22-
run: fluentci run codecov_pipeline
23-
env:
24-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
22+
#- name: Upload to Codecov
23+
# run: fluentci run codecov_pipeline
24+
# env:
25+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2526
publish:
2627
needs: tests
2728
runs-on: ubuntu-latest

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentci/github",
3-
"version": "0.5.0",
3+
"version": "0.7.0",
44
"exports": "./mod.ts",
55
"importMap": "import_map.json",
66
"tasks": {

fluentci.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = [
55
description = "CI/CD Plugin for Github"
66
license = "MIT"
77
name = "github"
8-
version = "0.6.1"
8+
version = "0.7.0"

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "./src/dagger/index.ts";
1+
export * from "./src/mod.ts";

plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "github"
4-
version = "0.6.1"
4+
version = "0.7.0"
55

66
[lib]
77
crate-type = ["cdylib"]

src/aws/README.md

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

src/aws/config.ts

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

src/aws/config_test.ts

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

src/aws/init.ts

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

src/azure/README.md

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

0 commit comments

Comments
 (0)