this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: formatting

+10 -10
+9 -9
.github/workflows/codeberg-mirror.yml
··· 2 2 on: 3 3 push: 4 4 branches: 5 - - '**' 5 + - "**" 6 6 7 7 jobs: 8 8 codeberg: 9 9 runs-on: ubuntu-latest 10 10 steps: 11 - - uses: actions/checkout@v3 12 - with: 13 - fetch-depth: 0 14 - - uses: yesolutions/mirror-action@master 15 - with: 16 - REMOTE: git@codeberg.org:arcuru/cmprss.git 17 - GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }} 18 - GIT_SSH_NO_VERIFY_HOST: "true" 11 + - uses: actions/checkout@v3 12 + with: 13 + fetch-depth: 0 14 + - uses: yesolutions/mirror-action@master 15 + with: 16 + REMOTE: git@codeberg.org:arcuru/cmprss.git 17 + GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }} 18 + GIT_SSH_NO_VERIFY_HOST: "true"
+1 -1
.github/workflows/nix.yml
··· 37 37 38 38 - name: Build cmprss 39 39 run: nix build .#cmprss 40 - 40 + 41 41 # Run any nix checks that aren't covered by the above 42 42 # This should evaluate the nix expression and then do nothing 43 43 - name: Forgotten checks