atoms-state v0.8.1
git clone https://git.pyrossh.dev/atoms-state
Simple State management for react
.github/workflows/main.yml
| 551beab | 1 | name: Test |
| 6d09b46 | 2 | on: [push] |
| 6d09b46 | 3 | jobs: |
| 551beab | 4 | Test: |
| 551beab | 5 | runs-on: ubuntu-latest |
| 6d09b46 | 6 | steps: |
| 551beab | 7 | - uses: actions/checkout@v2 |
| 551beab | 8 | - uses: actions/setup-node@v1 |
| 6d09b46 | 9 | with: |
| 551beab | 10 | node-version: 14.x |
| 551beab | 11 | - uses: bahmutov/npm-install@v1 |
| 551beab | 12 | - run: npm test |