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 1cfb83a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
workflow_dispatch:

env:
GH_PUB_KEY:
github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl

jobs:
deps:
runs-on: ubuntu-latest

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

- uses: Epitech/banana-coding-style-checker@v1.2
with:
access-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1cfb83a

Please sign in to comment.