Skip to content

feat: add linux automation script and extend support for linux #7

feat: add linux automation script and extend support for linux

feat: add linux automation script and extend support for linux #7

Workflow file for this run

name: Testing
on:
push:
branches:
- main
jobs:
Test:
runs-on: ubuntu-latest
name: Testing the action
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run action
uses: ./action
with:
name: 'John'