Skip to content

Commit

Permalink
Actualizar configuración de ESLint, Babel y PostCSS y añadir generado…
Browse files Browse the repository at this point in the history
…r de changelog
  • Loading branch information
AdrianVillamayor committed Oct 15, 2024
1 parent f2316ba commit 1b9afa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Run ESLint
run: npm run lint

- name: Generate changelog
- name: "✏️ Generate release changelog"
uses: janheinrichmerker/action-github-changelog-generator@v2.4
with:
token: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 1b9afa1

Please sign in to comment.