Skip to content

Commit

Permalink
feat: push & linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloslazo committed Nov 20, 2024
1 parent 03123d8 commit 0df5baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Simple Docker Build

on:
on:
push:
branches:
- main
Expand All @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -23,4 +23,3 @@ jobs:
file: ./Dockerfile
load: true # This is important as it loads the image into Docker's local storage


4 changes: 2 additions & 2 deletions .github/workflows/tslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Run linters
runs-on: ubuntu-latest
permissions:
contents: read # Permisos para leer el contenido del repositorio
checks: write # Permisos para crear y actualizar checks
contents: read # Permisos para leer el contenido del repositorio
checks: write # Permisos para crear y actualizar checks

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 0df5baa

Please sign in to comment.