Skip to content

aescape pr build

aescape pr build #2

Workflow file for this run

name: aescape pr build
on:
workflow_dispatch: {}
pull_request: {}
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: test workflow
shell: bash
env:
CI: "1"
run: |
pwd
ls -la