Skip to content

Commit 31f2908

Browse files
authored
migrate from TS to Bait (#79)
1 parent e1e3b87 commit 31f2908

File tree

8 files changed

+266
-2580
lines changed

8 files changed

+266
-2580
lines changed

.eslintignore

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

.eslintrc.yml

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

.github/workflows/ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- uses: actions/setup-node@v3
3030
with:
3131
node-version: "16"
32+
- uses: tiabeast/[email protected]
3233
- name: Install dependencies
3334
run: npm install
3435
- name: Compile
@@ -41,18 +42,6 @@ jobs:
4142
with:
4243
files: vscode-vba-0.*.*.vsix
4344

44-
code-style:
45-
runs-on: ubuntu-latest
46-
steps:
47-
- uses: actions/checkout@v3
48-
- uses: actions/setup-node@v3
49-
with:
50-
node-version: "16"
51-
- name: Install dependencies
52-
run: npm install
53-
- name: Run eslint
54-
run: npm run lint
55-
5645
publish:
5746
needs:
5847
- test
@@ -64,6 +53,7 @@ jobs:
6453
- uses: actions/setup-node@v3
6554
with:
6655
node-version: "16"
56+
- uses: tiabeast/[email protected]
6757
- name: Install dependencies
6858
run: npm install
6959
- name: Publish to VS Code Marketplace

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ In general PRs should be kept as small as possible (e.g. one feature/fix per PR)
1515
It allows merging them faster with less conflicts and will reduce review time.
1616

1717
### Repository Setup
18+
- Install the Bait programming language: https://github.com/tiabeast/bait#building-from-source
1819
- Create and clone a fork of https://github.com/serkonda7/vscode-vba
1920
- Run `npm install` inside the cloned directory
2021
- Create a new working branch for your changes

0 commit comments

Comments
 (0)