Skip to content
Open

f #4

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/workflow_sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
jobs:
optional-1:
runs-on: ubuntu-latest
if: false
steps:
- name: optional-step-1
run: echo "optional step 1"
run: exit 1


optional-2:
runs-on: ubuntu-latest

if: false
steps:
- name: optional-step-2
run: echo "optional step 2"
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import styles from "./EditorStyle.scss";
const App = () => {
// testing
// testing 2
// test 4
const editorRef = useRef();

function handleOnClick() {
Expand Down