learn-git
learn-git copied to clipboard
Just a basic repository for learning git.
i created repo with README.md and then the first branch on my Github was 'main' and after i 'git push origin master' there was some issue, master branch was created...
name: learn-github-actions on: [push] jobs: check-bats-version: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: '14' - run: npm install -g bats - run: bats -v
Por ahora no entiendo por qué hago esto
I added this cleaver sentences during meeting