Skip to content

Commit

Permalink
standard workflow ci, put actionforge in stasis ftm
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwnau committed Apr 7, 2024
1 parent 3920ed6 commit b012894
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
on: [push]
# on: [push]

# jobs:
# build-and-publish:
# runs-on: ubuntu-latest
# name: My workflow
# steps:
# - name: Execute Action Graph
# uses: actionforge/action@b350d491aef4ae17ac4f5270a2fc5186be0f39db # v0.9.42
# with:
# graph_file: workflow-ci.yml
on: push

jobs:
build-and-publish:
runs-on: ubuntu-latest
name: My workflow
steps:
- name: Execute Action Graph
uses: actionforge/action@b350d491aef4ae17ac4f5270a2fc5186be0f39db # v0.9.42
with:
graph_file: workflow-ci.yml
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Scan code for secrets
uses: trufflesecurity/trufflehog@main
with:
path: ./

- name: Build
run: |
poetry install
poetry build

0 comments on commit b012894

Please sign in to comment.