Skip to content

Commit

Permalink
yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
rawool committed Dec 22, 2024
1 parent 8f0ae8e commit 78a7310
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/awesome-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Awesome-CI

on: [push]

jobs:
awesome-cv-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olivierodo/awesome-cv-action@0.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
FILE_NAME: 'cv.tex'

0 comments on commit 78a7310

Please sign in to comment.