diff --git a/.github/workflows/step1.helloactions.yml b/.github/workflows/step1.helloactions.yml new file mode 100644 index 0000000..18a6a3e --- /dev/null +++ b/.github/workflows/step1.helloactions.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. diff --git a/README.md b/README.md index 0a16ab4..3ec52e0 100644 --- a/README.md +++ b/README.md @@ -172,3 +172,5 @@ This project uses ESLint for linting. That is configured in `.eslintrc.js`. We use [Prettier](https://prettier.io/) for auto-formatting in this project. It's recommended to install an editor plugin (like the [VSCode Prettier plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)) to get auto-formatting on save. There's also a `npm run format` script you can run to format all files in the project. [![CI](https://github.com/akiroussama/ci-example-using-github-actions/actions/workflows/blank.yml/badge.svg)](https://github.com/akiroussama/ci-example-using-github-actions/actions/workflows/blank.yml) + +And thanks :) diff --git a/app/routes/index.tsx b/app/routes/index.tsx index f6a0b51..c1a22e9 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -24,7 +24,7 @@ export default function Index() {

- Promo VIEL

+ Promo WS ZE BEST

Mars 2022