Skip to content

Commit

Permalink
Remove nektos, act files, and unused export path check utility (#6998)
Browse files Browse the repository at this point in the history
# Pull Request

## 📖 Description

This change:
- Removes the nektos workflow checks in favor of using githubs CLI
- Removes an unused helper function now that `@microsoft/fast-components` and `@microsoft/fast-foundation` are both deprecated

## 👩‍💻 Reviewer Notes

This is just some cleanup work for unused files.

## ✅ Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have included a change request file using `$ yarn change`
- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.
- [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/master/CODE_OF_CONDUCT.md#our-standards) for this project.
  • Loading branch information
janechu authored Jul 2, 2024
1 parent 78910b1 commit 65c4f7e
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 190 deletions.
1 change: 0 additions & 1 deletion .actrc

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Testing

To test workflows, use the GitHub CLI and trigger the workflow from a branch.

For more information see the [GitHub CLI documentation](https://cli.github.com/manual/gh_workflow_run).
63 changes: 0 additions & 63 deletions .github/workflows/testing/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/testing/ci-act-event.sh

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/testing/ci-daily-local.yml

This file was deleted.

1 change: 0 additions & 1 deletion build/helpers/__tests__/src/bar/bar.ts

This file was deleted.

2 changes: 0 additions & 2 deletions build/helpers/__tests__/src/bar/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion build/helpers/__tests__/src/foo/foo.ts

This file was deleted.

2 changes: 0 additions & 2 deletions build/helpers/__tests__/src/foo/index.ts

This file was deleted.

11 changes: 0 additions & 11 deletions build/helpers/__tests__/src/index.ts

This file was deleted.

4 changes: 0 additions & 4 deletions build/helpers/__tests__/src/missingExport.ts

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions build/helpers/file-includes-all-subdirectories-as-named-exports.ts

This file was deleted.

0 comments on commit 65c4f7e

Please sign in to comment.