Skip to content

Add namex to release action (#2058) #191

Add namex to release action (#2058)

Add namex to release action (#2058) #191

Workflow file for this run

name: 'devcontainer'
on: # rebuild any PRs and main branch changes
pull_request:
paths:
- 'setup.*'
- '.devcontainer/**'
- 'workflows/**'
push:
paths:
- 'setup.*'
- '.devcontainer/**'
- 'workflows/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v2
- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: pytest keras_cv/ --ignore keras_cv/models