Skip to content

Commit

Permalink
Mark Epitech repo as dep for github
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Sep 23, 2023
1 parent d05c7fc commit 9b278bb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
workflow_dispatch:
env:
GH_PUB_KEY:
github.com ssh-ed25519 \
AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl
jobs:
solve_deps:
runs-on: ubuntu-latest

- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.GH_SSH_PRIVATE_KEY }}
known_hosts: $GH_PUB_KEY

steps:
- uses: Epitech/banana-coding-style-checker@v1.2

0 comments on commit 9b278bb

Please sign in to comment.