Skip to content

Commit

Permalink
automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Jan 18, 2024
1 parent e9b8a4d commit ebdd568
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Docker

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Export Modpack
uses: rrbutani/use-nix-shell-action@v1
with:
devShell: .#
exportEnv: false
script: |
packwiz mr export
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ pkgs.mkShell {
packages = with pkgs; [
just
packwiz
deno
];
}

0 comments on commit ebdd568

Please sign in to comment.