Skip to content

GDSC-Lodz-University-of-Technology/github-actions-workshop

Repository files navigation

Github Actions showcase

Requirements

Before you will use this repository make sure that you have installed:

  • Git

    • If you are a Windows or macOS user visit this link Downloading Git then download appropriate installer and install it.

    • If you are a Linux (Arch-based distribution) user you can paste bellow scrip into your terminal or visit this page Installing Git

      sudo pacman -S git
  • GitHub

  • Node.js

    • Visit this site to download latest node.js version Node.js

If you followed every step, you should be ready to start using this repository. To make sure that you have installed everything correctly open your terminal git-bash and run the following commands:

  • To check git: git --version → you should see output with git version
  • To check node.js: node --version → you should see output with node version

Application

  • Aplication was bootstraped using npm create vite@latest with react and typescript options.

Downloading the repository

  • Open your terminal / git-bash in location where you create a directory which will contain this repository

  • Run the following command in your terminal / git-bash

    git clone https://github.com/GDSC-Lodz-University-of-Technology/github-actions-workshop.git
    cd ./git-basics

Workshops aim

At the end of this workshop, you should have a basic understanding of Github Actions. You should also know about the importance of CI/CD.

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •