Skip to content

Commit d31e5e5

Browse files
authored
Merge pull request #193 from 0xneves/v0/fix-github-actions
v0/fix GitHub actions
2 parents 1d5557a + b3cca3e commit d31e5e5

File tree

8 files changed

+75
-104
lines changed

8 files changed

+75
-104
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug Report
3+
about: Create a bug report to help us improve
4+
title: "fix: "
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
## Bug Report
10+
11+
#### Version:
12+
- Release: v1.0.0
13+
- Tag: release-1.0.0
14+
- Commit: abc123f
15+
16+
<!-- Please specify the commit or tag version. -->
17+
18+
### Expected behavior
19+
20+
<!-- Describe what the behavior would be without the bug. -->
21+
22+
### Steps to reproduce
23+
24+
<!-- Please explain the steps required to duplicate the issue,
25+
especially if you can provide a sample application. -->
26+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
blank_issues_enabled: false
3+
contact_links:
4+
- name: Kadindexer Support
5+
url: https://t.me/zeroxneves
6+
about: Please ask and answer questions here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea or enhancement for this project
4+
title: "feat:"
5+
labels: enhancement
6+
assignees: ""
7+
---
8+
9+
## Feature Request
10+
11+
### Describe the Feature
12+
13+
<!-- A clear and concise description of the feature request.
14+
Please include if your feature request is related to a problem. -->
15+
16+
### Additional Context or Related Code
17+
18+
<!-- List any other information that is relevant to your issue. Stack traces,
19+
related issues, suggestions on how to add, use case, Stack Overflow links,
20+
forum links, screenshots, OS if applicable, etc. -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Refactor Request
3+
about: Suggest the refactoring for this project
4+
title: "refactor:"
5+
labels: enhancement
6+
assignees: ""
7+
---
8+
9+
## Refactor Request
10+
11+
### Describe the Refactor Request
12+
13+
<!-- A clear and concise description of the refactor request.
14+
Please include if your refactor request is related to a problem. -->
15+
16+
### Additional Context or Related Code
17+
18+
<!-- List any other information that is relevant to your issue. Stack traces,
19+
related issues, suggestions on how to add, use case, Stack Overflow links,
20+
forum links, screenshots, OS if applicable, etc. -->
21+

.github/workflows/indexer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
working-directory: ./indexer
2828

2929
- name: Build
30-
run: yarn build
30+
run: tsc
3131
working-directory: ./indexer

.github/workflows/web-preview.yml

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

.github/workflows/web-production.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kadindexer - Kadena Indexer
22

3-
This project is a monorepo that contains the following packages:
3+
[![Build](https://github.com/hack-a-chain-software/indexer-kadena/actions/workflows/indexer.yml/badge.svg)](https://github.com/hack-a-chain-software/indexer-kadena/actions/workflows/indexer.yml)
44

55
- [`@kadena-indexer/indexer`](indexer/README.md): The indexer package, which is responsible for scanning and storing blocks for Kadena blockchain.
66
- [`@kadena-indexer/terraform`](terraform/README.md): The Terraform configuration for provisioning the infrastructure required to run the indexer and the node.

0 commit comments

Comments
 (0)