docs: add TEAM.md introducing the personal productivity CLI toolset team #9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Actions | |
| on: [push] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Run pwd | |
| run: pwd | |
| - name: Run ls -al | |
| run: ls -al |