Skip to content

fix(ci): Missing checkout step #2

fix(ci): Missing checkout step

fix(ci): Missing checkout step #2

Workflow file for this run

name: Features
on:
push:
branches:
- main
jobs:
features:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Features
uses: devcontainers/action@v1
with:
publish-features: "true"
base-path-to-features: "./features"