Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTheKai authored Nov 19, 2024
1 parent 4142704 commit 7fe5d52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
branches: [ main ]
jobs:
format:
name: Format
runs-on: ubuntu-latest
name: Install and set up
runs-on: ubuntu-24.04
timeout-minutes: 5

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Update runner
run: apt update -y && apt upgrade -y
- name: Run script
run: ./pg-easy-deploy.sh

0 comments on commit 7fe5d52

Please sign in to comment.