remade brain_even and brain_calc. add hello_user.py and helper_scipt.py #10
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
| ########################################################################## | |
| # DO NOT DELETE OR EDIT THIS FILE # | |
| # This file is automatically generated and used to run tests # | |
| ########################################################################## | |
| name: hexlet-check | |
| on: | |
| push: | |
| branches: | |
| - '**' | |
| tags: | |
| - '**' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Hexlet project check | |
| uses: hexlet/project-action@release | |
| with: | |
| hexlet-id: ${{ secrets.HEXLET_ID }} |