lenet_mnist / .github /workflows /learn-github-actions.yml
rzimmerdev's picture
Added LeNet model implemented with PyTorch modules
82fdb01
raw
history blame
317 Bytes
name: learn-github-actions
run-name: ${{ github.actor }} has made changes
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