Skip to content

Commit

Permalink
add base wokflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PiluVitu committed Aug 26, 2024
1 parent aaab5ff commit ef9d835
Show file tree
Hide file tree
Showing 3 changed files with 2,943 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/base-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Base Actions

on:
issue_comment:
types: [created]
pull_request:

jobs:
assignes:
uses: devhatt/workflows/.github/workflows/auto-assign.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion components/octopost/Footer/assets/inputWhatsIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

function InputIconWhats({ size }: number) {
function InputIconWhats({ size }: { size: number }) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down
Loading

0 comments on commit ef9d835

Please sign in to comment.