Skip to content

Switch action to 4.0.1 #23

Switch action to 4.0.1

Switch action to 4.0.1 #23

Workflow file for this run

name: test-action
on:
pull_request:
push:
branches:
- main
jobs:
default:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
permissions: {}
name: Install NCTL scan
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.PAT }}
- name: Install NCTL scan
uses: ./
- name: Check install
run: nctl version
- name: Check scan help
run: nctl scan --help