Skip to content

Single GitHub action for setting up different types of environments

Notifications You must be signed in to change notification settings

coditory/multi-setup-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coditory Multi Setup GitHub Action

Single action to setup all kinds environments for building projects.

Sample usage

name: Build

on:
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
        with:
          fetch-depth: 0

      - name: Setup
        uses: coditory/multi-setup-action@v1
        with:
          java-version: 21

      - name: Build
        run: ./gradlew build

References

See:

About

Single GitHub action for setting up different types of environments

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published