Skip to content

Commit

Permalink
path checks
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Nov 29, 2023
1 parent 9634d5e commit 1bedf15
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test CLI

on:
push:
branches:
- ci-cd

jobs:
install:
runs-on: ubuntu-latest
steps:
# - id: install
# run: npm install -g clever-tools
# - id: command
# run: clever --version
- id: path
run: pwd
- id: files
run: ls -a
15 changes: 0 additions & 15 deletions .github/workflows/test-cli.yml.nope

This file was deleted.

0 comments on commit 1bedf15

Please sign in to comment.