Skip to content

Commit cb3c944

Browse files
authored
Merge pull request #1 from ati-daemon/patch-1
Create fixinator.yml
2 parents 389cb1d + 51be5fb commit cb3c944

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/fixinator.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
push:
3+
branches: [ main ]
4+
5+
jobs:
6+
fixinator:
7+
runs-on: ubuntu-latest
8+
container:
9+
image: ghcr.io/foundeo/fixinator-docker/fixinator-docker:latest
10+
11+
steps:
12+
- uses: actions/checkout@v2
13+
- name: Run Fixinator
14+
run: box fixinator
15+
env:
16+
FIXINATOR_API_KEY: ${{ secrets.FIXINATOR_API_KEY }}

0 commit comments

Comments
 (0)