Skip to content

update action.yml

update action.yml #6

Workflow file for this run

name: Test Action
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: check
run: pwd && ls
- name: Run Action
uses: ./action
with:
python-version: 3.9
miniconda-version: "latest"