learn-git icon indicating copy to clipboard operation
learn-git copied to clipboard

Create Actions.yml

Open jaho8 opened this issue 3 years ago • 0 comments

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

jaho8 avatar May 24 '22 19:05 jaho8