Skip to content

Commit

Permalink
chore: remove unused dependencies and check for those with Knip in CI (
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Jul 9, 2024
1 parent 1d6dd06 commit cfcb4f0
Show file tree
Hide file tree
Showing 27 changed files with 1,262 additions and 1,354 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,18 @@ jobs:
run: |
yarn spell
- name: Check there are no unused dependencies
run: |
yarn knip
- name: Show an example .pkg file on Windows
if: runner.os == 'Windows'
run: |
type examples\output\echo_Echo.pkg
- name: Install the package locally
- name: Link Tact yarn package
run: |
npm install -g ./
yarn link
- name: CLI Test | Compare Tact version from CLI flag `--version` against package.json
if: runner.os != 'Windows'
Expand Down Expand Up @@ -117,10 +121,6 @@ jobs:
run: |
tact -e '(1 + 2 * (pow(3,4) - 2) << 1 & 0x54 | 33 >> 1) * 2 + 2'
- name: Link Tact compiler
run: |
yarn link
- name: Test compatibility with tact-template
run: |
git clone https://github.com/tact-lang/tact-template.git
Expand All @@ -129,7 +129,7 @@ jobs:
yarn link @tact-lang/compiler
yarn build
yarn test
yarn tact --version
tact --version
- name: Test compatibility with Blueprint
run: |
Expand All @@ -138,4 +138,4 @@ jobs:
yarn link @tact-lang/compiler
yarn build
yarn test
yarn tact --version
tact --version
173 changes: 0 additions & 173 deletions bin/tact

This file was deleted.

Loading

0 comments on commit cfcb4f0

Please sign in to comment.