Skip to content

jonathanbokvad is testing out github actions #78

jonathanbokvad is testing out github actions

jonathanbokvad is testing out github actions #78

Workflow file for this run

name: Build
run-name: ${{ github.actor }} is testing out github actions
permissions:
contents: write
pages: write
id-token: write
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci
- name: debug root
run: ls
- name: debug subfolder
run: cd src && ls
- name: Build
run: npm run build
- name: 'Run Compliance State'
uses: ./
with:
cydigConfigPath: ${{ github.workspace }}/src/cydigconfig.json
repo-token: ${{ secrets.MY_GITHUB_PAT}}