Skip to content

Commit

Permalink
Add output and 1st test
Browse files Browse the repository at this point in the history
  • Loading branch information
placintaalexandru committed Oct 27, 2023
1 parent 2c5014d commit c2d87b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Check
on:
push:
pull_request:
- pull_request
permissions:
contents: read
concurrency:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Test
name: Unit Test
on:
push:
pull_request:
- pull_request
permissions:
contents: read
concurrency:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Continuous integration
name: Continuous integration - test installed version
on:
- push
- pull_request
jobs:
install_on_runner:
Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export interface RawInput {
toolchain: string | null;
profile: string | null;
Expand Down

0 comments on commit c2d87b8

Please sign in to comment.